summaryrefslogtreecommitdiff
path: root/modules/scx.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-11-21 22:44:03 +0100
committeradikro <adikro@disroot.org>2025-11-21 22:44:03 +0100
commitd3c39950f6c17c621acd0f395bd5a603a7957feb (patch)
tree35cca5550400644e351c4870b14af83c9ed29bb5 /modules/scx.nix
parente1f486563c722b3fa9f4d481feb874998e7b7da3 (diff)
a lot of shit
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
+ # ''
+ # ];
};
}