diff options
| author | adikro <adikro@disroot.org> | 2025-11-29 11:18:36 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-29 11:18:36 +0100 |
| commit | c5ec6f14ed7b949c30d1cdf0fb7b1da518038bb7 (patch) | |
| tree | 57bc6fc1a2d935a48e9774a53c4ea8f6a41f4934 /modules/scx.nix | |
| parent | 7ee48cb34c79dfd1676ac5490cc94f771357e72c (diff) | |
some stuff
Diffstat (limited to 'modules/scx.nix')
| -rw-r--r-- | modules/scx.nix | 12 |
1 files changed, 6 insertions, 6 deletions
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 + '' + ]; }; } |
