diff --git a/modules/gnome.nix b/modules/gnome.nix index 760a620..9af682b 100644 --- a/modules/gnome.nix +++ b/modules/gnome.nix @@ -24,9 +24,10 @@ in }; environment.gnome.excludePackages = - (with pkgs; [ gnome-console gnome-photos gnome-music gnome-tour iagno hitori atomix gnome-contacts gnome-initial-setup gedit cheese tali epiphany geary yelp ]); + (with pkgs; [ gnome-console gnome-photos gnome-music gnome-tour gnome-software iagno hitori atomix gnome-contacts gnome-initial-setup gedit cheese tali epiphany geary yelp ]); environment.systemPackages = with pkgs; [ + gnome-music gnome-tweaks gnome-power-manager ];