Turned off tlp, nheko installed

This commit is contained in:
Aleksandr Lebedev 2025-08-13 17:04:50 +02:00
parent 2f1de58c1e
commit e25a0f4795
2 changed files with 10 additions and 9 deletions

View file

@ -22,6 +22,7 @@ in
bottles.enable = osConfig.custom.presets.wayland.enable; bottles.enable = osConfig.custom.presets.wayland.enable;
}; };
}; };
programs.nheko.enable = custom.presets.wayland.enable;
home = { home = {
packages = with pkgs; packages = with pkgs;
[ [

View file

@ -61,10 +61,10 @@ in {
}; };
### KERNEL ### KERNEL
boot.kernelParams = [ # boot.kernelParams = [
"ahci.mobile_lpm_policy=3" # "ahci.mobile_lpm_policy=3"
"rtc_cmos.use_acpi_alarm=1" # "rtc_cmos.use_acpi_alarm=1"
]; #];
### HWP ### HWP
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
@ -73,7 +73,7 @@ in {
### TLP ### TLP
services.tlp = { services.tlp = {
enable = true; enable = false;
settings = { settings = {
CPU_SCALING_GOVERNOR_ON_AC = "performance"; CPU_SCALING_GOVERNOR_ON_AC = "performance";
CPU_SCALING_GOVERNOR_ON_BAT = "powersave"; CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
@ -90,10 +90,10 @@ in {
CPU_HWP_DYN_BOOST_ON_AC = 1; CPU_HWP_DYN_BOOST_ON_AC = 1;
CPU_HWP_DYN_BOOST_ON_BAT = 0; CPU_HWP_DYN_BOOST_ON_BAT = 0;
CPU_MIN_PERF_ON_AC = 0; #CPU_MIN_PERF_ON_AC = 0;
CPU_MAX_PERF_ON_AC = 100; #CPU_MAX_PERF_ON_AC = 100;
CPU_MIN_PERF_ON_BAT = 0; #CPU_MIN_PERF_ON_BAT = 0;
CPU_MAX_PERF_ON_BAT = 20; #CPU_MAX_PERF_ON_BAT = 20;
#Optional helps save long term battery health #Optional helps save long term battery health
#START_CHARGE_THRESH_BAT0 = 60; # 60 and below it starts to charge #START_CHARGE_THRESH_BAT0 = 60; # 60 and below it starts to charge