From eb4b028926a99c201be2668338af282fda9bfa93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Tue, 30 Apr 2024 23:11:44 +0200 Subject: [PATCH] feat(lutris): add wine package --- home/gaming/lutris.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/gaming/lutris.nix b/home/gaming/lutris.nix index 21abc98..f5b58ef 100644 --- a/home/gaming/lutris.nix +++ b/home/gaming/lutris.nix @@ -2,5 +2,5 @@ { # TODO move into heroic.nix or rename lutris.nix - home.packages = with pkgs; [ lutris heroic ]; + home.packages = with pkgs; [ unstable.wineWowPackages.stable lutris heroic ]; }