This commit is contained in:
Till 2026-04-12 18:48:42 +02:00
parent e945735fa1
commit b4b1f4a63f
36 changed files with 716 additions and 94 deletions

View file

@ -1,7 +1,8 @@
{ ... }:
{ lib, ... }:
{
services.thermald.enable = true;
services.power-profiles-daemon.enable = lib.mkForce false;
services.auto-cpufreq.enable = true;
services.auto-cpufreq.settings = {
@ -9,9 +10,10 @@
governor = "powersave";
energy_performance_preference = "power";
turbo = "never";
enable_thresholds = true;
start_threshold = 20;
stop_threshold = 80;
ideapad_laptop_conservation_mode = true;
# enable_thresholds = true;
# start_threshold = 20;
# stop_threshold = 80;
};
charger = {
governor = "performance";