From b0787ecfd60306a107f8a3c7e53596dc107fd7c2 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Thu, 12 Mar 2026 10:47:01 +0000 Subject: [PATCH] guh --- config/hosts/aspects/doloro-laptop/host.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 ];