From f68e97e7624cdd83b1ad127b5b32a3361d338f58 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Wed, 5 Nov 2025 18:09:33 +0100 Subject: [PATCH] feat(skadi): enable scx with scx_lavd performance --- hosts/skadi/configuration.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index cfd7147..bf23fb2 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -23,12 +23,11 @@ # Use the xanmod kernel boot.kernelPackages = pkgs.linuxPackages_cachyos-lto; - # services.scx = { - # enable = true; - # package = pkgs.scx_git.full; - # scheduler = "scx_lavd"; - # extraArgs = ["--autopilot"]; - # }; + services.scx = { + enable = true; + scheduler = "scx_lavd"; + extraArgs = ["--performance" "--no-core-compaction"]; + }; # Get nicer hostname networking.hostName = "skadi"; # Define your hostname.