From acb53696372a33d02d8b6f74f1e1c3d6113358f2 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Wed, 12 Jun 2024 22:25:51 +1200 Subject: [PATCH] feat(home:wine): change to wine-wayland --- home/modules/desktop/gaming/wine.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/desktop/gaming/wine.nix b/home/modules/desktop/gaming/wine.nix index 542dfa3..0464a5b 100644 --- a/home/modules/desktop/gaming/wine.nix +++ b/home/modules/desktop/gaming/wine.nix @@ -11,7 +11,7 @@ in winetricks protontricks protonup-qt - wineWowPackages.full + wineWowPackages.waylandFull ]; }; }