summaryrefslogtreecommitdiff
path: root/modules/scx.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-11-29 11:18:36 +0100
committeradikro <adikro@disroot.org>2025-11-29 11:18:36 +0100
commitc5ec6f14ed7b949c30d1cdf0fb7b1da518038bb7 (patch)
tree57bc6fc1a2d935a48e9774a53c4ea8f6a41f4934 /modules/scx.nix
parent7ee48cb34c79dfd1676ac5490cc94f771357e72c (diff)
some stuff
Diffstat (limited to 'modules/scx.nix')
-rw-r--r--modules/scx.nix12
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
+ ''
+ ];
};
}