Commit 5496ee6

HPCesia <me@hpcesia.com>
2026-05-19 16:49:56
feat: add spritz-wine-cachyos to lutris
See https://github.com/an-anime-team/an-anime-game-launcher/issues/572#issuecomment-4479895513 It solves game crash in CN server of GI and ZZZ. dwproton 11.9-1 also has this fix, but Proton 11 has some bug with DualSense controller. So I want to use Wine 10, since ZZZ is really need DualSense's advance abilities.
1 parent 4a36370
Changed files (1)
modules
modules/game/lutris.nix
@@ -6,7 +6,6 @@
   }: let
     proton-ge-bin_latest = pkgs.proton-ge-bin;
     proton-cachyos-bin_latest = pkgs.local.proton-cachyos-bin;
-    dwproton_latest = pkgs.nur.repos.hpcesia.dwproton-bin;
   in {
     programs.lutris = {
       enable = true;
@@ -15,11 +14,12 @@
       protonPackages = [
         proton-ge-bin_latest
         proton-cachyos-bin_latest
-        dwproton_latest
+        pkgs.nur.repos.hpcesia.dwproton-bin
       ];
       winePackages = [
         pkgs.wineWow64Packages.full
         pkgs.wineWow64Packages.stagingFull
+        pkgs.nur.repos.hpcesia.spritz-wine-bin.cachyos."10_0-11"
       ];
       extraPackages = with pkgs; [
         winetricks