update laptop config

This commit is contained in:
Frost-Phoenix 2024-04-13 15:38:53 +02:00
parent 5c87b98df1
commit 4f5b848eae

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { pkgs, config, ... }:
{ {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
@ -33,8 +33,8 @@
enable = true; enable = true;
settings = { settings = {
battery = { battery = {
governor = "ondemand"; governor = "performance";
turbo = "never"; turbo = "auto";
}; };
charger = { charger = {
governor = "performance"; governor = "performance";