big cleanup

This commit is contained in:
atagen 2025-11-21 17:25:05 +11:00
parent 0103661908
commit b2d69d270e
19 changed files with 198 additions and 314 deletions

View file

@ -7,5 +7,6 @@
enable = true;
scheduler = "scx_bpfland";
};
boot.kernelPackages = pkgs.linuxPackages_cachyos-gcc;
# boot.kernelPackages = pkgs.linuxPackages_cachyos-gcc;
boot.kernelPackages = pkgs.linuxPackages_xanmod;
}