Lutris: Difference between revisions

m hardware.hardware.enable32Bit -> hardware.graphics.enable32Bit
drop 24.05 compat
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.graphics.enable32Bit = true # hardware.opengl.driSupport32Bit in 24.05
hardware.graphics.enable32Bit = true
</code>
</code>