Support keynav with home-manager
I removed the startup code from .profile. I also depend on a fork of home-manager until I submit my PR from wpcarro/home-manager into rycee/home-manager.
This commit is contained in:
parent
405be98069
commit
d784c1d157
1 changed files with 3 additions and 0 deletions
|
@ -139,6 +139,9 @@
|
|||
'';
|
||||
};
|
||||
|
||||
# Support mouseless workflows.
|
||||
services.keynav.enable = true;
|
||||
|
||||
services.lorri.enable = true;
|
||||
|
||||
services.gpg-agent = {
|
||||
|
|
Loading…
Reference in a new issue