diff --git a/hosts/gwiad/configuration.nix b/hosts/gwiad/configuration.nix index 815b6ed..721c17a 100644 --- a/hosts/gwiad/configuration.nix +++ b/hosts/gwiad/configuration.nix @@ -143,6 +143,12 @@ displayManager.gdm.enable = true; desktopManager.gnome.enable = true; }; + environment.gnome.excludePackages = with pkgs; [ + epiphany + geary + gnome-tour + orca + ]; environment.variables.EDITOR = "vim";