gnome: explicitly define packages to remove that are under gnome namespace

This commit is contained in:
Wroclaw 2024-05-31 18:20:11 +02:00
parent ee64e04166
commit c41c2293f3

View file

@ -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; [