hardware/keychron: fix keyboard detection
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Felix Buehler 2025-12-27 17:14:00 +01:00
parent 72c96ce9bb
commit 04bc5181ff

View file

@ -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