From 77e603d5ac058c978a9904c6c3a3f6b4f9ef8fcb Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 24 Dec 2024 20:51:41 -0500 Subject: [PATCH] reenable 32bit support for steam --- modules/hardware/graphics.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hardware/graphics.nix b/modules/hardware/graphics.nix index 7aa046f..72f11c8 100644 --- a/modules/hardware/graphics.nix +++ b/modules/hardware/graphics.nix @@ -1,3 +1,3 @@ {config, ...}: { - hardware.graphics.enable32Bit = config.modules.gaming.enable; + hardware.graphics.enable32Bit = config.module.gaming.enable; }