feat: keyd config CapsLock -> Escape
This commit is contained in:
parent
20af7fa881
commit
db6ad0b031
1 changed files with 16 additions and 0 deletions
|
@ -24,6 +24,22 @@
|
|||
};
|
||||
|
||||
services.pcscd.enable = true;
|
||||
services.keyd = {
|
||||
enable = true;
|
||||
keyboards = {
|
||||
default = {
|
||||
ids = ["*"];
|
||||
settings = {
|
||||
main = {
|
||||
capslock = "overload(control, esc)";
|
||||
esc = "capslock";
|
||||
};
|
||||
};
|
||||
extraConfig = ''
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.pinentry-gtk2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue