feat: capsLockによるIME切り替え

This commit is contained in:
2026-03-01 02:23:59 +09:00
parent 36c0a5a114
commit 1ee7f319a9
+11
View File
@@ -46,6 +46,17 @@ in
services.udisks2.enable = true;
services.keyd.enable = true;
services.keyd.keyboards.default = {
ids = [ "*" ];
settings = {
main = {
capslock = "C-space";
};
};
};
networking.firewall.allowedTCPPorts = [
22
19132