AMD GPU: Difference between revisions
m combine problems section with troubleshooting |
Remove 24.05 |
||
| Line 110: | Line 110: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
hardware.graphics.extraPackages = with pkgs; [ | hardware.graphics.extraPackages = with pkgs; [ | ||
amdvlk | amdvlk | ||
| Line 116: | Line 115: | ||
# For 32 bit applications | # For 32 bit applications | ||
hardware.graphics.extraPackages32 = with pkgs; [ | hardware.graphics.extraPackages32 = with pkgs; [ | ||
driversi686Linux.amdvlk | driversi686Linux.amdvlk | ||
]; | ]; | ||