From a33720a44f2a7fd6ef8b9e51969a7ff58e41e722 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Sun, 19 Apr 2026 20:59:59 +0100 Subject: [PATCH] changes --- config/hosts/aspects/doloro-desktop/home.nix | 1 + config/modules/power-management/lavd.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"; }; }; };