update keyd
This commit is contained in:
parent
47297a187d
commit
3746f49c24
1 changed files with 2 additions and 1 deletions
|
|
@ -158,9 +158,10 @@ in
|
|||
services.xserver.xkb = {
|
||||
layout = "us";
|
||||
};
|
||||
|
||||
users.groups.keyd = mkIf (!cfg.disableKeyd) { };
|
||||
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