AMD GPU: Difference between revisions
Tobeportable (talk | contribs) m basic setup instructions were not working in nixos 24.11 anymore |
→AMDVLK: editing code block to be updated for 24.11 and above |
||
Line 141: | Line 141: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
#24.11 | |||
hardware.graphics.extraPackages = with pkgs; [ | |||
amdvlk | |||
]; | |||
# For 32 bit applications | |||
hardware.graphics.extraPackages32 = with pkgs; [ | |||
driversi686Linux.amdvlk | |||
]; | |||
#24.05 and below | |||
hardware.opengl.extraPackages = with pkgs; [ | hardware.opengl.extraPackages = with pkgs; [ | ||
amdvlk | amdvlk |