From ba7c31968323f19dd4a738b17c08f1402b6e1442 Mon Sep 17 00:00:00 2001 From: Swarsel Date: Mon, 4 Nov 2024 01:03:28 +0100 Subject: [PATCH] feat: add bluetooth kyria --- SwarselSystems.org | 4 ++++ modules/home/input.nix | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/SwarselSystems.org b/SwarselSystems.org index 96b1b61..b3eed90 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -3762,6 +3762,10 @@ This allows me to configure input options. Here, I am globally defining my split xkb_layout = "us"; xkb_variant = "altgr-intl"; }; + "7504:24926:Kyria_Keyboard" = { + xkb_layout = "us"; + xkb_variant = "altgr-intl"; + }; }; }; options.swarselsystems.touchpad = mkOption { diff --git a/modules/home/input.nix b/modules/home/input.nix index 53daa95..f8ad863 100644 --- a/modules/home/input.nix +++ b/modules/home/input.nix @@ -14,6 +14,10 @@ in xkb_layout = "us"; xkb_variant = "altgr-intl"; }; + "7504:24926:Kyria_Keyboard" = { + xkb_layout = "us"; + xkb_variant = "altgr-intl"; + }; }; }; options.swarselsystems.touchpad = mkOption {