From ad756fd311daba23e0557684b0835cd93f71db5a Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 5 Oct 2024 18:37:39 +0200 Subject: [PATCH] use the right wine package --- share/users.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/users.nix b/share/users.nix index 249e206..5bcbf23 100644 --- a/share/users.nix +++ b/share/users.nix @@ -127,7 +127,8 @@ in home.packages = with pkgs; [ lutris steam - wine64 + wineWowPackages.stable + winetricks ]; };