Add more Detritus

This commit is contained in:
Bun 2025-05-13 04:04:30 -04:00
parent ca2d6e4091
commit b7c5651306
10 changed files with 21 additions and 17 deletions

View file

@ -3,10 +3,9 @@
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelParams = [
"amdgpu.cik_support=1"
"radeon.cik_support=0"
"amdgpu.si_support=1"
"radeon.si_support=0"
];
loader.grub.enable = true;
plymouth.enable = true;
};
}