1
1
Fork 0

power-profiles-daemon: default auto switching to false

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-02-06 06:40:20 -06:00
parent 066e5d203a
commit ecf4bf815a
Signed by: Myned
GPG key ID: C7224454F7881A34
2 changed files with 5 additions and 1 deletions

View file

@ -12,7 +12,7 @@ with lib; let
in {
options.custom.services.power-profiles-daemon = {
enable = mkOption {default = false;};
auto = mkOption {default = true;};
auto = mkOption {default = false;};
};
config = mkIf cfg.enable {

View file

@ -2,6 +2,10 @@
custom = {
full = true;
profile = "desktop"; # Inherit desktop profile
services = {
power-profiles-daemon.auto = true;
};
};
#!! Rebuild offline - drastically increases initial download and resulting closure size