mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
config: add xterm as part of excluded packages
This commit is contained in:
parent
ade16bf435
commit
68bd6f891e
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user