install qmk

This commit is contained in:
♥ Minnie ♥ 2025-05-12 09:58:53 +08:00
parent 6c63ea48fb
commit fc61369b89
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
3 changed files with 3 additions and 1 deletions

View file

@ -11,5 +11,6 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
pulsemixer pulsemixer
unstable.qmk
]; ];
} }

View file

@ -55,6 +55,7 @@
rocmPackages.clr.icd rocmPackages.clr.icd
]; ];
}; };
keyboard.qmk.enable = true;
}; };
# Setup our filesystems # Setup our filesystems

View file

@ -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
]; ];
} }