From b8536f580184f4043c2da2d3a427fdd348ceb88a Mon Sep 17 00:00:00 2001 From: xinyangli Date: Sat, 28 Dec 2024 10:13:04 +0800 Subject: [PATCH] calcite: global ctrl overload with keyd --- machines/calcite/configuration.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/machines/calcite/configuration.nix b/machines/calcite/configuration.nix index faa968a..9a70f52 100644 --- a/machines/calcite/configuration.nix +++ b/machines/calcite/configuration.nix @@ -152,9 +152,13 @@ in services.keyd = { enable = true; keyboards = { - defualt = { - id = [ "*" ]; - capslock = "overload(control, esc)"; + default = { + ids = [ "*" ]; + settings = { + main = { + capslock = "overload(control, esc)"; + }; + }; }; "internal" = { ids = [ "0b05:1866" ];