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; }