From 8d5a780e5e531688b8a8f95b6a82ff0567851f79 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 24 Dec 2024 20:51:05 -0500 Subject: [PATCH] reenable 32bit support for steam --- modules/hardware/graphics.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 modules/hardware/graphics.nix diff --git a/modules/hardware/graphics.nix b/modules/hardware/graphics.nix new file mode 100644 index 0000000..7aa046f --- /dev/null +++ b/modules/hardware/graphics.nix @@ -0,0 +1,3 @@ +{config, ...}: { + hardware.graphics.enable32Bit = config.modules.gaming.enable; +}