reenable 32bit support for steam

This commit is contained in:
TheWanderingCrow 2024-12-24 20:51:05 -05:00
parent 8697ad8909
commit 8d5a780e5e

View file

@ -0,0 +1,3 @@
{config, ...}: {
hardware.graphics.enable32Bit = config.modules.gaming.enable;
}