Update gnome.nix

This commit is contained in:
Aaron Honeycutt 2023-01-30 19:42:22 +00:00
parent 4a601a183f
commit 578f82e802

View file

@ -11,11 +11,9 @@
# Add GNOME packages # Add GNOME packages
environment.systemPackages = (with pkgs; [ environment.systemPackages = (with pkgs; [
amberol amberol
gnomeExtensions.appindicator
]); ]);
# 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