From c5ec6f14ed7b949c30d1cdf0fb7b1da518038bb7 Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 29 Nov 2025 11:18:36 +0100 Subject: some stuff --- modules/scx.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/scx.nix') diff --git a/modules/scx.nix b/modules/scx.nix index b6af15c..0f777fe 100644 --- a/modules/scx.nix +++ b/modules/scx.nix @@ -2,11 +2,11 @@ { services.scx = { enable = true; - scheduler = "scx_rusty"; - # extraArgs =[ - # '' - # --performance - # '' - # ]; + scheduler = "scx_lavd"; + extraArgs =[ + '' + --performance + '' + ]; }; } -- cgit v1.3