update laptop config
This commit is contained in:
parent
5c87b98df1
commit
4f5b848eae
|
@ -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];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue