remove:keyd

This commit is contained in:
dichgrem
2025-07-22 17:01:08 +08:00
parent 7f5860d2e6
commit 75ff58f101

View File

@@ -1,25 +0,0 @@
_: {
services.keyd = {
enable = true;
keyboards = {
default = {
ids = ["*"];
settings = {
main = {
capslock = "overload(alt, esc)";
};
"alt" = {
c = "backspace";
d = "delete";
e = "enter";
h = "left";
j = "down";
k = "up";
l = "right";
capslock = "capslock";
};
};
};
};
};
}