nixos/manual: add 32-bit amdvlk usage

This commit is contained in:
Sebastian Neubauer 2020-08-28 09:47:50 +02:00
parent 13beb432fb
commit 0dca8d5b1e

View File

@ -183,7 +183,12 @@ GPU1:
be forced as follows:
<programlisting><xref linkend="opt-hardware.opengl.extraPackages"/> = [
<package>amdvlk</package>
pkgs.<package>amdvlk</package>
];
# To enable Vulkan support for 32-bit applications, also add:
<xref linkend="opt-hardware.opengl.extraPackages32"/> = [
pkgs.driversi686Linux.<package>amdvlk</package>
];
# For amdvlk