Update gnome.nix

This commit is contained in:
Aaron Honeycutt 2023-01-29 22:29:43 +00:00
parent 0cecf66b5a
commit 3b0c643b05

View file

@ -9,16 +9,20 @@
}; };
# Add GNOME packages # Add GNOME packages
environment.systemPackages = [ environment.systemPackages = (with pkgs; [
pkgs.amberol amberol
]; ]);
# GNOME Shell Extensions
environment.systemPackages = with pkgs; [ gnomeExtensions.appindicator ];
# Remove GNOME packages # Remove GNOME packages
environment.gnome.excludePackages = (with pkgs; [ environment.gnome.excludePackages = (with pkgs; [
epiphany # web browser epiphany # web browser
gnome-connections gnome-connections
gnome-photos gnome-geary
gnome-tour gnome-photos
gnome-tour
]); ]);
# Services # Services