GNOME: Difference between revisions
m Category:GNOME added |
DontEatOreo (talk | contribs) m Update "Excluding GNOME Applications" Code Example |
||
Line 23: | Line 23: | ||
{{file|/etc/nixos/configuration.nix|nix|<nowiki> | {{file|/etc/nixos/configuration.nix|nix|<nowiki> | ||
{ | { | ||
environment.gnome.excludePackages = | environment.gnome.excludePackages = with pkgs; [ | ||
gnome-tour | gnome-tour | ||
gnome-connections | gnome-connections | ||
epiphany # web browser | epiphany # web browser | ||
geary # email reader | geary # email reader | ||
evince # document viewer | evince # document viewer | ||
] | ]; | ||
} | } | ||
</nowiki>}} | </nowiki>}} |