From 1ee7f319a93567a7b87ba00f6accd294b0f12479 Mon Sep 17 00:00:00 2001 From: Kariya Date: Sun, 1 Mar 2026 02:23:59 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20capsLock=E3=81=AB=E3=82=88=E3=82=8BIME?= =?UTF-8?q?=E5=88=87=E3=82=8A=E6=9B=BF=E3=81=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/aqua/nixos.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hosts/aqua/nixos.nix b/hosts/aqua/nixos.nix index 0b7c349..0cb66a0 100644 --- a/hosts/aqua/nixos.nix +++ b/hosts/aqua/nixos.nix @@ -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