Gaming optimizations?

This commit is contained in:
Emmet
2025-02-23 15:07:40 -06:00
parent 73c20c7f68
commit c6b672ff9c
4 changed files with 54 additions and 3 deletions

View File

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