Support unclutter with home-manager

I removed the code that initializes unclutter from .profile - preferring to
start it with home-manager.
This commit is contained in:
William Carroll 2020-03-10 23:05:18 +00:00
parent d784c1d157
commit 73db632090

View file

@ -139,6 +139,9 @@
''; '';
}; };
# Hide the cursor during X sessions after 1 second.
services.unclutter.enable = true;
# Support mouseless workflows. # Support mouseless workflows.
services.keynav.enable = true; services.keynav.enable = true;