From c48b59fe7273e5bd5d05354a9428184b360ab7a6 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 6 May 2025 00:12:01 +0200 Subject: [PATCH] hardware/keychron: use latest option --- modules/hardware/keychron/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/hardware/keychron/default.nix b/modules/hardware/keychron/default.nix index 09180c5..f6702a4 100644 --- a/modules/hardware/keychron/default.nix +++ b/modules/hardware/keychron/default.nix @@ -13,8 +13,9 @@ in }; config = lib.mkIf cfg.enable { + hardware.keyboard.qmk.enable = true; + services.udev.packages = with pkgs; [ - qmk-udev-rules via ];