diff --git a/configs/.config/nixpkgs/home.nix b/configs/.config/nixpkgs/home.nix index cbf517bc2..1a4d53bd4 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;