diff --git a/modules/hardware/keychron/default.nix b/modules/hardware/keychron/default.nix index f6702a4..5d0a46f 100644 --- a/modules/hardware/keychron/default.nix +++ b/modules/hardware/keychron/default.nix @@ -13,7 +13,10 @@ in }; config = lib.mkIf cfg.enable { - hardware.keyboard.qmk.enable = true; + hardware.keyboard.qmk = { + enable = true; + keychronSupport = true; + }; services.udev.packages = with pkgs; [ via