GNOME: Difference between revisions
m →dconf: Fix language typo for file template |
→Tips and tricks: add back Excluding Gnome Applications section, under tips and tricks with a more minimal definition |
||
Line 179: | Line 179: | ||
}; | }; | ||
} | } | ||
</nowiki>}} | |||
=== Excluding GNOME Applications === | |||
To exclude certain applications that are installed by default with GNOME, set the {{nixos:option|environment.gnome.excludePackages}} module option: | |||
{{file|/etc/nixos/configuration.nix|nix|<nowiki> | |||
environment.gnome.excludePackages = with pkgs; [ | |||
totem | |||
]; | |||
</nowiki>}} | </nowiki>}} | ||