From 2316836b55e503a1cc7ea2b3cb011ce6da056600 Mon Sep 17 00:00:00 2001 From: DashieTM Date: Mon, 16 Jun 2025 23:35:34 +0200 Subject: [PATCH] chore(gaming): Disable custom scheduler due to freezes --- modules/programs/gaming.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/programs/gaming.nix b/modules/programs/gaming.nix index bf99b16..2c6617a 100644 --- a/modules/programs/gaming.nix +++ b/modules/programs/gaming.nix @@ -75,7 +75,8 @@ lib.optionalAttrs (options ? environment.systemPackages) { environment.systemPackages = config.mods.gaming.tools; boot.kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos; - services.scx.enable = true; + # TODO Re-enable when fixed + #services.scx.enable = true; programs = { steam.enable = mkDashDefault config.mods.gaming.steam;