From 36c48657343b8694b9cc7209c9c879e46fe85cde Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 22 Jul 2023 13:39:34 +0100 Subject: [PATCH] Lutris: add wine full --- modules/hm/lutris.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/lutris.nix b/modules/hm/lutris.nix index 90eab31..acee13c 100644 --- a/modules/hm/lutris.nix +++ b/modules/hm/lutris.nix @@ -1,3 +1,3 @@ { pkgs, ... }: { - home.packages = [ pkgs.lutris ]; + home.packages = [ pkgs.lutris pkgs.winePackages.full ]; }