diff options
Diffstat (limited to 'hosts/mercury/battery.nix')
| -rw-r--r-- | hosts/mercury/battery.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/mercury/battery.nix b/hosts/mercury/battery.nix index d3f2e90..0aaa3cd 100644 --- a/hosts/mercury/battery.nix +++ b/hosts/mercury/battery.nix @@ -1,4 +1,4 @@ -{pkgs, ...}: { +{...}: { # auto-cpufreq services.power-profiles-daemon.enable = false; # conflicts with auto-cpufreq services.tlp.enable = false; # conflicts with auto-cpufreq |
