some scx shenanigans

This commit is contained in:
cnst
2024-11-04 19:02:01 +01:00
parent 0f497bb437
commit 1ee5fd627e
13 changed files with 154 additions and 158 deletions

View File

@@ -71,11 +71,8 @@ in {
++ cfg.extraBlacklistedModules;
};
chaotic = mkIf (cfg.variant == "cachyos") {
scx = {
enable = true;
scheduler = "scx_lavd";
};
};
# chaotic = mkIf (cfg.variant == "cachyos") {
# environment.systemPackages = [pkgs.scx.lavd];
# };
};
}