From af1db2d620232d10c95f3778d91a315892dcfba8 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 13 Sep 2025 21:02:26 -0500 Subject: use unclutter-xfixes instead of unclutter and install a desktop entry for unclutter --- archetypes/collections/desktop/xserver.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archetypes/collections') 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 -- cgit v1.2.3