diff --git a/hosts/fenixpc/default.nix b/hosts/fenixpc/default.nix index d07ce51..e24c2f1 100644 --- a/hosts/fenixpc/default.nix +++ b/hosts/fenixpc/default.nix @@ -16,7 +16,6 @@ in quirks [ "development" "steam" - "32bit" ] ); diff --git a/quirks/steam.nix b/quirks/steam.nix index add8c28..985a8df 100644 --- a/quirks/steam.nix +++ b/quirks/steam.nix @@ -2,5 +2,8 @@ { hardware = { steam-hardware.enable = true; + graphics = { + enable32Bit = true; + }; }; }