perso-desktop: Use amdvlk to improve performance
All checks were successful
check / check (push) Successful in 34s

This commit is contained in:
Florian RICHER 2025-03-23 20:23:50 +01:00
parent c38e438ae2
commit a408e80137
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77

View file

@ -59,6 +59,11 @@
package = pkgs.openrgb-with-all-plugins;
};
chaotic.mesa-git.enable = true;
# Revert to RADV when this https://gitlab.freedesktop.org/mesa/mesa/-/issues/12865 is resolved
chaotic.mesa-git = {
enable = true;
extraPackages = with pkgs; [ rocmPackages.clr.icd amdvlk ];
extraPackages32 = with pkgs; [ driversi686Linux.amdvlk ];
};
boot.kernelPackages = pkgs.linuxPackages_cachyos-rc;
}