Disable power profiles daemon.

This commit is contained in:
jay
2025-07-21 16:50:17 -04:00
parent 777f2b6821
commit 4efcdbbc0a
2 changed files with 4 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
# Not working yet.
./services/fprintd.nix
./services/lidswitch.nix
./services/power-profiles-daemon.nix
./services/touchpad.nix
./system/bootloader.nix
./system/filesystems.nix

View File

@@ -0,0 +1,3 @@
{ pkgs, ...}: {
services.power-profiles-daemon.enable = "false";
}