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