0
0
Fork 0
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:
Jan Tojnar 2025-05-08 13:08:25 +02:00
parent b794b3eedb
commit ad7da739c5

View file

@ -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 =