minor updates to firefox; change battery to balance power; tried adding resharper but doesnt work lmao

This commit is contained in:
2025-10-15 14:37:23 +01:00
parent f33924569f
commit 86abbf360e
3 changed files with 46 additions and 11 deletions

View File

@@ -10,12 +10,12 @@
PLATFORM_PROFILE_ON_AC = "performance";
PLATFORM_PROFILE_ON_BAT = "low-power";
CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
CPU_ENERGY_PERF_POLICY_ON_BAT = "balance_power";
CPU_BOOST_ON_AC = 1;
CPU_BOOST_ON_BAT = 0;
};
};
# Enable touchpad support (enabled default in most desktopManager).
# Enable touchpad support (enabled by default in most desktopManagers).
services.libinput.enable = true;
}