From 5631f18111caa6ac2e92a2f14ece613c9b276329 Mon Sep 17 00:00:00 2001 From: derfenix Date: Mon, 1 Sep 2025 23:29:42 +0300 Subject: [PATCH] Rework steam quirk --- hosts/fenixpc/default.nix | 1 - quirks/steam.nix | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) 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; + }; }; }