gnome: explicitly define packages to remove that are under gnome namespace
This commit is contained in:
parent
ee64e04166
commit
c41c2293f3
1 changed files with 14 additions and 14 deletions
|
@ -34,25 +34,25 @@
|
|||
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0"
|
||||
];
|
||||
|
||||
environment.gnome.excludePackages = with pkgs; with pkgs.gnome; [
|
||||
baobab
|
||||
cheese
|
||||
epiphany
|
||||
evince
|
||||
geary
|
||||
environment.gnome.excludePackages = with pkgs; [
|
||||
gnome.baobab
|
||||
gnome.cheese
|
||||
gnome.epiphany
|
||||
gnome.evince
|
||||
gnome.geary
|
||||
gedit
|
||||
gnome-characters
|
||||
gnome.gnome-characters
|
||||
gnome-connections
|
||||
gnome-console
|
||||
gnome-disk-utility
|
||||
gnome-font-viewer
|
||||
gnome-logs
|
||||
gnome-maps
|
||||
gnome.gnome-disk-utility
|
||||
gnome.gnome-font-viewer
|
||||
gnome.gnome-logs
|
||||
gnome.gnome-maps
|
||||
gnome-text-editor
|
||||
gnome-tour
|
||||
seahorse
|
||||
totem
|
||||
yelp
|
||||
gnome.seahorse
|
||||
gnome.totem
|
||||
gnome.yelp
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue