mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
Reenable scx_flow for now
This commit is contained in:
parent
4df8da5530
commit
7ab1f130fa
@ -59,7 +59,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
services.scx = { # https://wiki.cachyos.org/configuration/sched-ext/#general-recommendations
|
services.scx = { # https://wiki.cachyos.org/configuration/sched-ext/#general-recommendations
|
||||||
enable = false; # Reenable if not using the infinity scheduler patch
|
enable = true; # Disable this to use the infinity scheduler
|
||||||
scheduler = "scx_flow";
|
scheduler = "scx_flow";
|
||||||
extraArgs = [ /* TODO for next scx version after 1.1.1: "--no-webui" */ ];
|
extraArgs = [ /* TODO for next scx version after 1.1.1: "--no-webui" */ ];
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user