diff --git a/hosts/morty/nixos-config.nix b/hosts/morty/nixos-config.nix index ce1b727..e824f72 100644 --- a/hosts/morty/nixos-config.nix +++ b/hosts/morty/nixos-config.nix @@ -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"; + }; }