fix(nix): caps as backspace keyboard configuration
This commit is contained in:
parent
80a08e938b
commit
4892d9ee4c
1 changed files with 5 additions and 2 deletions
|
@ -123,8 +123,11 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
windowManager.i3.enable = true;
|
windowManager.i3.enable = true;
|
||||||
displayManager.lightdm.enable = true;
|
displayManager.lightdm.enable = true;
|
||||||
xkb.layout = "us";
|
xkb = {
|
||||||
xkb.variant = "dvp";
|
layout = "us";
|
||||||
|
variant = "dvp";
|
||||||
|
options = "caps:backspace";
|
||||||
|
};
|
||||||
autoRepeatDelay = 350;
|
autoRepeatDelay = 350;
|
||||||
autoRepeatInterval = 17;
|
autoRepeatInterval = 17;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue