From 4bdb1ce493ed6b3e91749669f1e3a6550f1c399a Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 5 Sep 2023 19:36:52 +0400 Subject: [PATCH] hm --- modules/desktop/game/wine/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/desktop/game/wine/default.nix b/modules/desktop/game/wine/default.nix index 06390130..a3b307d0 100644 --- a/modules/desktop/game/wine/default.nix +++ b/modules/desktop/game/wine/default.nix @@ -16,6 +16,7 @@ in nixpkgs.config = { wine = { release = "unstable"; + build = "wineWow"; }; }; };