zaphyra's git: nixfiles

zaphyra's nixfiles

commit e41b1a84ee134eb3a28c2bab2d27837d57e73d4e
parent e8912cb32ee9af061f1c307afaf1090492eef992
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Mon, 13 Oct 2025 18:26:59 +0200

config/nixos/modules/services/keyd: add keyboard
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/config/nixos/modules/services/keyd.nix b/config/nixos/modules/services/keyd.nix
@@ -22,7 +22,10 @@ in
       enable = true;
       keyboards = {
         huntii = {
-          ids = [ "0001:0001:70533846" ];
+          ids = [
+            "0001:0001:70533846"
+            "099a:0500:44f31567"
+          ];
           settings = {
             main = {
               "leftcontrol" = "leftalt";