diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-09-13 21:02:26 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-09-13 21:02:26 -0500 |
commit | af1db2d620232d10c95f3778d91a315892dcfba8 (patch) | |
tree | 7b3f2a86ff0cfbb4ae195dd5daccdaf78cd2c898 /archetypes/collections/desktop/xserver.nix | |
parent | 54ee6b503851f51eb8410699ff281111b71d6ea8 (diff) | |
download | nixos-af1db2d620232d10c95f3778d91a315892dcfba8.tar.xz nixos-af1db2d620232d10c95f3778d91a315892dcfba8.zip |
use unclutter-xfixes instead of unclutter and install a desktop entry for unclutter
Diffstat (limited to 'archetypes/collections/desktop/xserver.nix')
-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 |