feat: drop chaotic-nyx; drop proton-ge-custom; linux-cachyos -> linux-xanmod

R.I.P. chaotic-nyx 😢
This commit is contained in:
2025-12-07 16:34:21 +08:00
parent 17c5344666
commit cb5c3eff2e
6 changed files with 84 additions and 223 deletions

View File

@@ -23,7 +23,7 @@ in
verbose = false;
};
kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos;
kernelPackages = lib.mkForce pkgs.linuxPackages_xanmod_latest;
kernelModules = [ "kvm-amd" ];
tmp.useTmpfs = true;
@@ -36,7 +36,10 @@ in
"resume_offset=6444127"
];
};
services.scx.enable = true;
services.scx = {
enable = true;
scheduler = "scx_rusty";
};
fileSystems."/" = {
device = btrfs;