diff options
-rw-r--r-- | configs/.config/nixpkgs/home.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/.config/nixpkgs/home.nix b/configs/.config/nixpkgs/home.nix index cbf517bc2ae8..1a4d53bd4240 100644 --- a/configs/.config/nixpkgs/home.nix +++ b/configs/.config/nixpkgs/home.nix @@ -139,6 +139,9 @@ ''; }; + # Hide the cursor during X sessions after 1 second. + services.unclutter.enable = true; + # Support mouseless workflows. services.keynav.enable = true; |