nixos/doc/*: fix indentation

This commit is contained in:
zowoq 2020-11-11 10:26:18 +10:00
parent 3f20417b4c
commit 31051812bc
3 changed files with 95 additions and 95 deletions

View file

@ -74,7 +74,7 @@ Platform Vendor Advanced Micro Devices, Inc.</screen>
<programlisting><xref linkend="opt-hardware.opengl.extraPackages"/> = [
rocm-opencl-icd
];</programlisting>
];</programlisting>
</para>
</section>
@ -102,7 +102,7 @@ Platform Vendor Advanced Micro Devices, Inc.</screen>
<programlisting><xref linkend="opt-hardware.opengl.extraPackages"/> = [
intel-compute-runtime
];</programlisting>
];</programlisting>
</para>
</section>
@ -184,20 +184,20 @@ GPU1:
<programlisting><xref linkend="opt-hardware.opengl.extraPackages"/> = [
pkgs.<package>amdvlk</package>
];
];
# To enable Vulkan support for 32-bit applications, also add:
<xref linkend="opt-hardware.opengl.extraPackages32"/> = [
# To enable Vulkan support for 32-bit applications, also add:
<xref linkend="opt-hardware.opengl.extraPackages32"/> = [
pkgs.driversi686Linux.<package>amdvlk</package>
];
];
# For amdvlk
<xref linkend="opt-environment.variables"/>.VK_ICD_FILENAMES =
# For amdvlk
<xref linkend="opt-environment.variables"/>.VK_ICD_FILENAMES =
"/run/opengl-driver/share/vulkan/icd.d/amd_icd64.json";
# For radv
<xref linkend="opt-environment.variables"/>.VK_ICD_FILENAMES =
# For radv
<xref linkend="opt-environment.variables"/>.VK_ICD_FILENAMES =
"/run/opengl-driver/share/vulkan/icd.d/radeon_icd.x86_64.json";
</programlisting>
</programlisting>
</para>
</section>
</section>