From 8697ad89095a6d2d44b0253a7e6d19bb3429f3a6 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 24 Dec 2024 20:50:57 -0500 Subject: [PATCH] reenable 32bit support for steam --- modules/hardware/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hardware/default.nix b/modules/hardware/default.nix index 4517f2a..1190536 100644 --- a/modules/hardware/default.nix +++ b/modules/hardware/default.nix @@ -7,5 +7,6 @@ ./network.nix ./audio.nix ./boot.nix + ./graphics.nix ]; }