feat(koumakyou): enable steam and power management
This commit is contained in:
parent
bd7009850a
commit
69856eb9db
1 changed files with 4 additions and 0 deletions
|
@ -17,12 +17,16 @@
|
|||
gui.enable = true;
|
||||
gui.type = "prime";
|
||||
asusd.enable = true;
|
||||
steam.enable = true;
|
||||
};
|
||||
|
||||
home = {
|
||||
minecraft.enable = true;
|
||||
};
|
||||
|
||||
powerManagement.enable = true;
|
||||
powerManagement.cpuFreqGovernor = "performance";
|
||||
|
||||
hardware.nvidia.prime = {
|
||||
amdgpuBusId = "PCI:6:0:0";
|
||||
nvidiaBusId = "PCI:1:0:0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue