hardware/keychron: use latest option
Some checks failed
/ Build Nix targets (push) Has been cancelled

This commit is contained in:
Felix Buehler 2025-05-06 00:12:01 +02:00
parent b2845acd39
commit c48b59fe72

View file

@ -13,8 +13,9 @@ in
};
config = lib.mkIf cfg.enable {
hardware.keyboard.qmk.enable = true;
services.udev.packages = with pkgs; [
qmk-udev-rules
via
];