Lutris: Difference between revisions

hardware.graphics -> hardware.opengl
m hardware.hardware.enable32Bit -> hardware.graphics.enable32Bit
Line 33: Line 33:
If you're running a 64bit environment you need to ensure that you enable 32bit support in your <code>configuration.nix</code>:
If you're running a 64bit environment you need to ensure that you enable 32bit support in your <code>configuration.nix</code>:
<code>
<code>
hardware.hardware.enable32Bit = true # hardware.opengl.driSupport32Bit in 24.05
hardware.graphics.enable32Bit = true # hardware.opengl.driSupport32Bit in 24.05
</code>
</code>