From 8e7c38d6cd26195d24c5812c7bcedc3f90685f59 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Tue, 17 Sep 2024 13:04:38 +0200 Subject: [PATCH] gnome: remove unnecessary packages, add music --- modules/gnome.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ];