From 5f26422de51fde55ea890c440455ff08d29a6fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20H=C3=A9mono?= Date: Sat, 2 Nov 2024 15:26:49 +0100 Subject: [PATCH] Remove xterm --- hosts/gwiad/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) 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