From 6cc365e7b48b951efb678b0b88c2e719dcdee4fb Mon Sep 17 00:00:00 2001 From: kenny Date: Sun, 24 Aug 2025 06:31:49 +0300 Subject: [PATCH] Added lutris --- flake.lock | 6 +++--- modules/common/wine.nix | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index b27632e..f418c37 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1755186698, - "narHash": "sha256-wNO3+Ks2jZJ4nTHMuks+cxAiVBGNuEBXsT29Bz6HASo=", + "lastModified": 1755615617, + "narHash": "sha256-HMwfAJBdrr8wXAkbGhtcby1zGFvs+StOp19xNsbqdOg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "fbcf476f790d8a217c3eab4e12033dc4a0f6d23c", + "rev": "20075955deac2583bb12f07151c2df830ef346b4", "type": "github" }, "original": { diff --git a/modules/common/wine.nix b/modules/common/wine.nix index 117496c..9226769 100644 --- a/modules/common/wine.nix +++ b/modules/common/wine.nix @@ -9,4 +9,6 @@ # support both 32-bit and 64-bit applications wineWowPackages.stable ]; + + programs.lutris.enable = true; }