Move power-profile-daemon to common and remove auto-cpufreq.

This commit is contained in:
jay
2025-08-03 06:50:46 -04:00
parent 41ecfa25f1
commit 9a93522d4b
5 changed files with 5 additions and 23 deletions

View File

@@ -26,6 +26,7 @@
./services/desktopmanager.nix
./services/displaymanager.nix
./services/nix-flatpak.nix
./services/power-profiles-daemon.nix
./services/sound.nix
./system/bluetooth.nix
./system/bootloader.nix

View File

@@ -0,0 +1,4 @@
{ pkgs, ...}: {
powerManagement.powertop.enable = true;
services.power-profiles-daemon.enable = true;
}