install qmk
This commit is contained in:
parent
6c63ea48fb
commit
fc61369b89
|
@ -11,5 +11,6 @@
|
|||
|
||||
home.packages = with pkgs; [
|
||||
pulsemixer
|
||||
unstable.qmk
|
||||
];
|
||||
}
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
rocmPackages.clr.icd
|
||||
];
|
||||
};
|
||||
keyboard.qmk.enable = true;
|
||||
};
|
||||
|
||||
# Setup our filesystems
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
services.udev.packages = with pkgs; [
|
||||
android-udev-rules
|
||||
openrgb
|
||||
qmk-udev-rules
|
||||
unstable.qmk-udev-rules
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue