From 33121f4add7c5680269662fad75a3efaebee516e Mon Sep 17 00:00:00 2001 From: kenny Date: Sun, 24 Aug 2025 06:37:21 +0300 Subject: [PATCH] Added lutris (the right way I hope) --- modules/common/wine.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/common/wine.nix b/modules/common/wine.nix index 9226769..39479cd 100644 --- a/modules/common/wine.nix +++ b/modules/common/wine.nix @@ -8,7 +8,7 @@ # support both 32-bit and 64-bit applications wineWowPackages.stable - ]; - programs.lutris.enable = true; + lutris + ]; }