diff options
Diffstat (limited to 'archetypes/collections/desktop')
-rw-r--r-- | archetypes/collections/desktop/xserver.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archetypes/collections/desktop/xserver.nix b/archetypes/collections/desktop/xserver.nix index 4cbdae8..8e01a84 100644 --- a/archetypes/collections/desktop/xserver.nix +++ b/archetypes/collections/desktop/xserver.nix @@ -13,7 +13,8 @@ in { # Install basic X utilities environment.systemPackages = with pkgs; lib.optionals cfg.utilities.enable [ - unclutter + unclutter-desktop-entry + unclutter-xfixes xcape xclip xdotool |