zaphyra's git: nixfiles

zaphyra's nixfiles

commit 18cf2ed11ac6d8e7f98c1d2b3d1264e355b0f14d
parent bf10e1aee7c95ac37f47a9b4790926e50f1abdb9
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Sat, 26 Jul 2025 21:27:15 +0200

config/nixos/modules/services/keyd: add new stuff
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/config/nixos/modules/services/keyd.nix b/config/nixos/modules/services/keyd.nix
@@ -21,14 +21,20 @@ in
     services.keyd = {
       enable = true;
       keyboards = {
-        seifenkiste = {
+        huntii = {
           ids = [ "0001:0001:70533846" ];
-          settings.main = {
-            "leftcontrol" = "leftalt";
-            "leftalt" = "leftcontrol";
-            "rightalt" = "rightcontrol";
-            "sysrq" = "rightalt";
-            "rightcontrol" = "sysrq";
+          settings = {
+            main = {
+              "leftcontrol" = "leftalt";
+              "leftalt" = "leftcontrol";
+              "rightalt" = "rightcontrol";
+              "sysrq" = "rightalt";
+              "rightcontrol" = "sysrq";
+              "s+d" = "oneshot(shift)";
+              "f+j" = "space";
+              "j+k" = "backspace";
+              "k+l" = "enter";
+            };
           };
         };
         lenovoKeyboard = {