🔋 Power-profiles-daemon for changing power profiles

This commit is contained in:
Martin Berg Alstad 2025-02-14 16:54:41 +01:00
parent f47ab5481a
commit 7a992161a0
Signed by: martials
GPG Key ID: 848D71DE0590C199

View File

@ -1,3 +1,6 @@
{
services.upower.enable = true;
services = {
upower.enable = true;
power-profiles-daemon.enable = true;
};
}