feat(host-morty): allow CPU turbo mode on AC

This commit is contained in:
Yorick Barbanneau 2024-12-22 14:52:37 +01:00
parent d23557d55f
commit 6f0c1e447a

View file

@ -1,5 +1,8 @@
{ ... }: { { ... }: {
config.modules.desktop.sway.enable = true; config.modules.desktop.sway.enable = true;
config.modules.gaming.steam.enable = true; config.modules.gaming.steam.enable = true;
config.modules.hardware.laptop.enable = true; config.modules.hardware.laptop = {
enable = true;
turbo_ac = "auto";
};
} }