perso-desktop: Use amdvlk to improve performance
All checks were successful
check / check (push) Successful in 34s
All checks were successful
check / check (push) Successful in 34s
This commit is contained in:
parent
c38e438ae2
commit
a408e80137
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue