This commit is contained in:
2025-10-05 00:53:35 +03:00
parent b741ce009a
commit 6c58864898
2 changed files with 32 additions and 21 deletions

View File

@@ -14,7 +14,18 @@
services.displayManager.gdm.enable = true;
boot.kernelPackages = pkgs.linuxPackages_cachyos-lto; # some guy in roblox told me to do this
boot.kernelPackages = (pkgs.linuxPackages_cachyos-lto.override {
ticksHz = 1000;
useLTO = "full";
# extraMakeFlags = ["-O3"];
withoutDebug = true;
});
services.scx.enable = true;
services.scx.scheduler = "scx_bpfland";
services.scx.extraArgs = [
"-m performance"
];
programs.steam = {
enable = true;