Updated system

This commit is contained in:
Emmet
2025-09-13 21:03:28 -05:00
parent 35cd781c3d
commit 48e0909748
3 changed files with 73 additions and 72 deletions

View File

@@ -25,6 +25,7 @@ in
(lib.mkIf (cfg.variant == "hardened") pkgs.linuxPackages_cachyos-hardened)
];
services.scx.enable = true;
services.scx.package = pkgs.scx.rustscheds;
services.scx.scheduler = "scx_lavd";
boot.consoleLogLevel = 0;
};