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"
|
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0"
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.gnome.excludePackages = with pkgs; with pkgs.gnome; [
|
environment.gnome.excludePackages = with pkgs; [
|
||||||
baobab
|
gnome.baobab
|
||||||
cheese
|
gnome.cheese
|
||||||
epiphany
|
gnome.epiphany
|
||||||
evince
|
gnome.evince
|
||||||
geary
|
gnome.geary
|
||||||
gedit
|
gedit
|
||||||
gnome-characters
|
gnome.gnome-characters
|
||||||
gnome-connections
|
gnome-connections
|
||||||
gnome-console
|
gnome-console
|
||||||
gnome-disk-utility
|
gnome.gnome-disk-utility
|
||||||
gnome-font-viewer
|
gnome.gnome-font-viewer
|
||||||
gnome-logs
|
gnome.gnome-logs
|
||||||
gnome-maps
|
gnome.gnome-maps
|
||||||
gnome-text-editor
|
gnome-text-editor
|
||||||
gnome-tour
|
gnome-tour
|
||||||
seahorse
|
gnome.seahorse
|
||||||
totem
|
gnome.totem
|
||||||
yelp
|
gnome.yelp
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue