feat(mrmeeseeks): create a LACT module
And activate it for mrmeeseeks host
This commit is contained in:
parent
1a7923bd63
commit
86639b7173
4 changed files with 30 additions and 1 deletions
|
@ -73,5 +73,4 @@
|
|||
};
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.xpadneo.enable = true;
|
||||
programs.coolercontrol.enable = true;
|
||||
}
|
||||
|
|
|
@ -6,4 +6,5 @@
|
|||
gamescope = true;
|
||||
};
|
||||
config.modules.hardware.laptop.enable = false;
|
||||
config.modules.hardware.lact.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue