diff --git a/config/hosts/aspects/doloro-laptop/host.nix b/config/hosts/aspects/doloro-laptop/host.nix index c95c9ee..2a1f2d1 100644 --- a/config/hosts/aspects/doloro-laptop/host.nix +++ b/config/hosts/aspects/doloro-laptop/host.nix @@ -2,6 +2,7 @@ den, modules, __findFile, + lib, ... }: { @@ -58,6 +59,10 @@ "--autopilot" ]; }; + systemd.services.scx.environment = { + SCX_SCHEDULER_OVERRIDE = "scx_lavd"; + SCX_FLAGS_OVERRIDE = "--autopilot --cpu-pref-order 20-21,12-19,0-11"; + }; hardware = { # firmware = [ pkgs.intel-npu-driver ];