mtworx: add autorandr

This commit is contained in:
Motiejus Jakštys 2024-03-12 15:47:29 +02:00
parent 9d7d2a1d5b
commit 5336c7beb4
1 changed files with 17 additions and 13 deletions

View File

@ -122,7 +122,10 @@ in {
firewall.rejectPackets = true; firewall.rejectPackets = true;
}; };
services.tlp = { services = {
autorandr.enable = true;
tlp = {
enable = true; enable = true;
settings = { settings = {
CPU_BOOST_ON_BAT = 0; CPU_BOOST_ON_BAT = 0;
@ -137,4 +140,5 @@ in {
RUNTIME_PM_ON_BAT = "auto"; RUNTIME_PM_ON_BAT = "auto";
}; };
}; };
};
} }