diff --git a/quirks/steam.nix b/quirks/steam.nix index 985a8df..cec7f49 100644 --- a/quirks/steam.nix +++ b/quirks/steam.nix @@ -1,9 +1,10 @@ { ... }: { + imports = [ + ./32bit.nix + ]; + hardware = { steam-hardware.enable = true; - graphics = { - enable32Bit = true; - }; }; }