From 68bd6f891ee7a8160b91e99e8316ccff30721445 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 27 Oct 2022 15:13:30 +0800 Subject: [PATCH] config: add xterm as part of excluded packages --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 15257161..f12a0b53 100644 --- a/flake.nix +++ b/flake.nix @@ -150,6 +150,9 @@ inputs.guix-overlay.nixosModules.guix ]; + # BOOOOOOOOOOOOO! Somebody give me a tomato! + services.xserver.excludePackages = with pkgs; [ xterm ]; + # I want to capture the usual flakes to its exact version so we're # making them available to our system. This will also prevent the # annoying downloads since it always get the latest revision.