diff --git a/config/hosts/aspects/doloro-laptop/host.nix b/config/hosts/aspects/doloro-laptop/host.nix index 3642b24..c95c9ee 100644 --- a/config/hosts/aspects/doloro-laptop/host.nix +++ b/config/hosts/aspects/doloro-laptop/host.nix @@ -50,7 +50,14 @@ }; services.gnome.gnome-keyring.enable = true; - services.scx.scheduler = "scx_lavd"; + services.scx = { + enable = true; + scheduler = "scx_lavd"; + extraArgs = [ + "--cpu-pref-order 20-21,12-19,0-11" + "--autopilot" + ]; + }; hardware = { # firmware = [ pkgs.intel-npu-driver ];