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 = [
./hardware-configuration.nix
@ -33,8 +33,8 @@
enable = true;
settings = {
battery = {
governor = "ondemand";
turbo = "never";
governor = "performance";
turbo = "auto";
};
charger = {
governor = "performance";
@ -53,4 +53,4 @@
]
++ [pkgs.cpupower-gui];
};
}
}