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