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
environment.systemPackages = [
pkgs.amberol
];
environment.systemPackages = (with pkgs; [
amberol
]);
# GNOME Shell Extensions
environment.systemPackages = with pkgs; [ gnomeExtensions.appindicator ];
# Remove GNOME packages
environment.gnome.excludePackages = (with pkgs; [
epiphany # web browser
gnome-connections
gnome-photos
gnome-tour
epiphany # web browser
gnome-connections
gnome-geary
gnome-photos
gnome-tour
]);
# Services