diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-01-09 12:48:36 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-01-09 12:48:36 +0100 |
commit | 2cf998cccea7eb696d4bf2219f8c44b413a22c0a (patch) | |
tree | c6aad30d8fb30dedabfc5f73b26a98275c1713a0 /modules | |
parent | Update (diff) | |
download | nixos-config-2cf998cccea7eb696d4bf2219f8c44b413a22c0a.tar.gz nixos-config-2cf998cccea7eb696d4bf2219f8c44b413a22c0a.tar.bz2 nixos-config-2cf998cccea7eb696d4bf2219f8c44b413a22c0a.zip |
Modules: XOrg: Remove xterm package
Diffstat (limited to 'modules')
-rw-r--r-- | modules/xorg/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/xorg/default.nix b/modules/xorg/default.nix index 31a4aa1..74f7e85 100644 --- a/modules/xorg/default.nix +++ b/modules/xorg/default.nix @@ -6,6 +6,10 @@ displayManager.startx.enable = true; dpi = 96; + + excludePackages = with pkgs; [ + xterm + ]; }; systemd.user.services.polkit-gnome-authentication-agent-1 = { |