feat(host-morty): allow CPU turbo mode on AC
This commit is contained in:
parent
d23557d55f
commit
6f0c1e447a
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
{ ... }: {
|
||||
config.modules.desktop.sway.enable = true;
|
||||
config.modules.gaming.steam.enable = true;
|
||||
config.modules.hardware.laptop.enable = true;
|
||||
config.modules.hardware.laptop = {
|
||||
enable = true;
|
||||
turbo_ac = "auto";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue