QMK
This commit is contained in:
parent
4adde2fa7a
commit
395778cf61
3 changed files with 5 additions and 5 deletions
4
modules/desktop/qmk.nix
Normal file
4
modules/desktop/qmk.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
hardware.keyboard.qmk.enable = true;
|
||||
environment.systemPackages = [pkgs.qmk];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue