diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-23 11:25:46 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-23 11:25:46 -0500 |
| commit | 716a1d1f79024dc0629c61bc912a570a4a200a25 (patch) | |
| tree | 1b3dc0528840600074735563a6e5d00744f071d4 /hosts/mercury/battery.nix | |
| parent | 8534fc63c30a25856d75cc5787da93acb823c533 (diff) | |
group mercury cleanup and firefox config updates
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 |
