chore(gaming): Add scx scheduler by default

This commit is contained in:
DashieTM 2025-09-28 11:03:57 +02:00
parent 8b12e79650
commit 9be8a82a29
2 changed files with 3 additions and 3 deletions

View file

@ -79,8 +79,7 @@
lib.optionalAttrs (options ? environment.systemPackages) {
environment.systemPackages = config.mods.gaming.tools;
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos;
# TODO Re-enable when fixed
#services.scx.enable = true;
services.scx.enable = true;
programs = {
steam.enable = mkDashDefault config.mods.gaming.steam;