Set up power profiles everywhere.

This commit is contained in:
jay
2025-08-03 07:56:55 -04:00
parent 720f0bcb63
commit 7ebbaca081
5 changed files with 4 additions and 24 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,3 @@
{ pkgs, ...}: {
services.power-profiles-daemon.enable = "true";
}