Enable keyd and map CapsLock to Escape; update flake.lock
This commit is contained in:
parent
c90766c206
commit
ee2881141e
3 changed files with 29 additions and 28 deletions
|
|
@ -160,6 +160,7 @@ in
|
|||
};
|
||||
services.keyd = mkIf (!cfg.disableKeyd) {
|
||||
enable = true;
|
||||
users.groups.keyd = { };
|
||||
keyboards.default.settings = {
|
||||
main = {
|
||||
capslock = "escape";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue