Update gnome.nix

This commit is contained in:
Aaron Honeycutt 2023-01-29 22:35:33 +00:00
parent 3b0c643b05
commit cd16f1a2c9

View file

@ -19,8 +19,8 @@
# Remove GNOME packages # Remove GNOME packages
environment.gnome.excludePackages = (with pkgs; [ environment.gnome.excludePackages = (with pkgs; [
epiphany # web browser epiphany # web browser
gnome.geary
gnome-connections gnome-connections
gnome-geary
gnome-photos gnome-photos
gnome-tour gnome-tour
]); ]);