config: add xterm as part of excluded packages

This commit is contained in:
Gabriel Arazas 2022-10-27 15:13:30 +08:00
parent ade16bf435
commit 68bd6f891e

View File

@ -150,6 +150,9 @@
inputs.guix-overlay.nixosModules.guix 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 # 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 # making them available to our system. This will also prevent the
# annoying downloads since it always get the latest revision. # annoying downloads since it always get the latest revision.