feat: disable keyd
This commit is contained in:
parent
44d55da0dc
commit
ca7ba15ad0
2 changed files with 0 additions and 12 deletions
|
@ -16,7 +16,6 @@
|
|||
./borg.nix
|
||||
./gdm.nix
|
||||
./gpg.nix
|
||||
./keyd.nix
|
||||
./pipewire.nix
|
||||
./printer.nix
|
||||
./sway.nix
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
_: {
|
||||
services.keyd = {
|
||||
enable = true;
|
||||
keyboards.default.settings = {
|
||||
main = {
|
||||
"capslock" = "overload(control, esc)";
|
||||
"esc" = "capslock";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue