feat: enable powertop auto-tune on laptops

This commit is contained in:
Youwen Wu 2024-08-10 16:58:29 -07:00
parent f31cbd6d56
commit 908c2d52da
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
2 changed files with 4 additions and 0 deletions

View file

@ -181,6 +181,8 @@
};
};
powerManagement.powertop.enable = true;
# tells electron apps to use Wayland
environment.sessionVariables.NIXOS_OZONE_WL = "1";