mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/gnome: Allow removal of default fonts with environment.gnome.excludePackages
People are particular about fonts that they have installed on their systems.
This commit is contained in:
parent
b794b3eedb
commit
ad7da739c5
1 changed files with 2 additions and 2 deletions
|
@ -378,9 +378,9 @@ in
|
|||
|
||||
services.orca.enable = notExcluded pkgs.orca;
|
||||
|
||||
fonts.packages = [
|
||||
fonts.packages = utils.removePackagesByName [
|
||||
pkgs.adwaita-fonts
|
||||
];
|
||||
] config.environment.gnome.excludePackages;
|
||||
|
||||
# Adapt from https://gitlab.gnome.org/GNOME/gnome-build-meta/blob/gnome-48/elements/core/meta-gnome-core-shell.bst
|
||||
environment.systemPackages =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue