diff options
Diffstat (limited to 'hosts/common/desktop/gnome.nix')
| -rw-r--r-- | hosts/common/desktop/gnome.nix | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/hosts/common/desktop/gnome.nix b/hosts/common/desktop/gnome.nix index d1f003c..af4a0d0 100644 --- a/hosts/common/desktop/gnome.nix +++ b/hosts/common/desktop/gnome.nix @@ -6,18 +6,10 @@ environmentConfig = if config.sys.desktop == "gnome" then { - gnome.excludePackages = with pkgs; - [ - epiphany - gnome-tour - ] - ++ (with pkgs.gnome; [ - cheese - geary - gnome-characters - gnome-contacts - gnome-music - ]); + gnome.excludePackages = with pkgs; [ + epiphany + gnome-tour + ]; systemPackages = with pkgs; [ adw-gtk3 blackbox-terminal |
