fix(nix): configure laptop keyboard
This commit is contained in:
parent
6dc290d925
commit
dd27c33037
1 changed files with 13 additions and 0 deletions
|
@ -135,6 +135,19 @@
|
||||||
autoRepeatInterval = 17;
|
autoRepeatInterval = 17;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.keyd = {
|
||||||
|
enable = true;
|
||||||
|
keyboards.default = {
|
||||||
|
ids = [ "32ac:0012" ];
|
||||||
|
settings = {
|
||||||
|
main = {
|
||||||
|
capslock = "leftshift";
|
||||||
|
leftshift = "noop";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Window Manager
|
# Window Manager
|
||||||
programs.niri.enable = true;
|
programs.niri.enable = true;
|
||||||
programs.xwayland.enable = true;
|
programs.xwayland.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue