Add Detritus

This commit is contained in:
Bun 2025-05-13 04:12:46 +00:00
parent 822fa6eae2
commit ca2d6e4091
14 changed files with 211 additions and 14 deletions

View file

@ -3,8 +3,8 @@
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelParams = [
"radeon.cik_support=0"
"amdgpu.cik_support=1"
"radeon.cik_support=0"
];
loader.systemd-boot.enable = true;
plymouth.enable = true;