summaryrefslogtreecommitdiff
path: root/modules/scx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/scx.nix')
-rw-r--r--modules/scx.nix16
1 files changed, 7 insertions, 9 deletions
diff --git a/modules/scx.nix b/modules/scx.nix
index b1f5dad..b6af15c 100644
--- a/modules/scx.nix
+++ b/modules/scx.nix
@@ -1,14 +1,12 @@
-{ config, pkgs, ... }:
-
+{ ... }:
{
services.scx = {
enable = true;
-
- scheduler = "scx_lavd";
- extraArgs =[
- ''
- --performance
- ''
- ];
+ scheduler = "scx_rusty";
+ # extraArgs =[
+ # ''
+ # --performance
+ # ''
+ # ];
};
}