mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-01-02 22:29:52 +01:00
hardware/keychron: fix keyboard detection
Some checks are pending
/ Build Nix targets (push) Waiting to run
Some checks are pending
/ Build Nix targets (push) Waiting to run
This commit is contained in:
parent
72c96ce9bb
commit
04bc5181ff
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue