Cleanup and minor changes

This commit is contained in:
k
2025-01-11 23:57:50 -05:00
parent 1197820789
commit 562839d47d
5 changed files with 41 additions and 77 deletions

View File

@@ -68,11 +68,23 @@
tlp = {
enable = true;
settings = {
CPU_SCALING_GOVERNOR_ON_AC = "performance";
CPU_SCALING_GOVERNOR_ON_AC = "ondemand";
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
CPU_ENERGY_PERF_POLICY_ON_AC = "balance_performance";
CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
CPU_BOOST_ON_AC="1";
CPU_BOOST_ON_BAT="0";
CPU_HWP_DYN_BOOST_ON_AC="1";
CPU_HWP_DYN_BOOST_ON_BAT="0";
PLATFORM_PROFILE_ON_AC="performance";
PLATFORM_PROFILE_ON_BAT="low-power";
MEM_SLEEP_ON_AC="s2idle";
MEM_SLEEP_ON_BAT="deep";
};
};
logind = {
@@ -117,11 +129,6 @@
package = pkgs.nerdfonts;
name = "Iosevka NFM";
};
# emoji = {
# package = pkgs.notofonts;
# name = "Noto Color Emoji";
# };
};
};