chore(gaming): Disable custom scheduler due to freezes
This commit is contained in:
parent
755638fe48
commit
2316836b55
1 changed files with 2 additions and 1 deletions
|
|
@ -75,7 +75,8 @@
|
||||||
lib.optionalAttrs (options ? environment.systemPackages) {
|
lib.optionalAttrs (options ? environment.systemPackages) {
|
||||||
environment.systemPackages = config.mods.gaming.tools;
|
environment.systemPackages = config.mods.gaming.tools;
|
||||||
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos;
|
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos;
|
||||||
services.scx.enable = true;
|
# TODO Re-enable when fixed
|
||||||
|
#services.scx.enable = true;
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
steam.enable = mkDashDefault config.mods.gaming.steam;
|
steam.enable = mkDashDefault config.mods.gaming.steam;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue