diff --git a/hosts/gwiad/configuration.nix b/hosts/gwiad/configuration.nix index 6a9ff38..6b24a5b 100644 --- a/hosts/gwiad/configuration.nix +++ b/hosts/gwiad/configuration.nix @@ -126,6 +126,9 @@ xkb.layout = "fr"; displayManager.gdm.enable = true; desktopManager.gnome.enable = true; + excludePackages = with pkgs; [ + xterm + ]; }; environment.gnome.excludePackages = with pkgs; [ epiphany