QMK
This commit is contained in:
parent
4adde2fa7a
commit
395778cf61
3 changed files with 5 additions and 5 deletions
|
@ -1 +0,0 @@
|
|||
{hardware.keyboard.qmk.enable = true;}
|
|
@ -1,9 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
environment = {
|
||||
systemPackages = [pkgs.mangohud];
|
||||
sessionVariables = {
|
||||
# MANGOHUD = "1";
|
||||
MANGOHUD_CONFIGFILE = ./mangohud.conf;
|
||||
};
|
||||
sessionVariables.MANGOHUD_CONFIGFILE = ./mangohud.conf;
|
||||
};
|
||||
}
|
||||
|
|
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