diff --git a/config/hosts/aspects/doloro-desktop/home.nix b/config/hosts/aspects/doloro-desktop/home.nix index d5bd353..61f68ef 100644 --- a/config/hosts/aspects/doloro-desktop/home.nix +++ b/config/hosts/aspects/doloro-desktop/home.nix @@ -32,6 +32,7 @@ modules.nix-ld modules.spotify modules.easyeffects + modules.lavd ]; nixos = { config, pkgs, ... }: diff --git a/config/modules/power-management/lavd.nix b/config/modules/power-management/lavd.nix index 063a905..04cf554 100644 --- a/config/modules/power-management/lavd.nix +++ b/config/modules/power-management/lavd.nix @@ -18,7 +18,7 @@ # Most energy efficent scheduler setup.. systemd.services.scx.environment = { SCX_SCHEDULER_OVERRIDE = "scx_lavd"; - SCX_FLAGS_OVERRIDE = "--powersave"; + SCX_FLAGS_OVERRIDE = "--autopilot"; }; }; };