Enable keyd and map CapsLock to Escape; update flake.lock

This commit is contained in:
RingOfStorms (Joshua Bell) 2026-01-06 11:22:30 -06:00
parent c90766c206
commit ee2881141e
3 changed files with 29 additions and 28 deletions

View file

@ -160,6 +160,7 @@ in
};
services.keyd = mkIf (!cfg.disableKeyd) {
enable = true;
users.groups.keyd = { };
keyboards.default.settings = {
main = {
capslock = "escape";