Commit 15b9000

HPCesia <me@hpcesia.com>
2026-03-02 14:35:16
feat: update lutris config
1 parent 23fad01
Changed files (1)
modules
modules/game/lutris.nix
@@ -5,13 +5,6 @@
     ...
   }: let
     proton-ge-bin_latest = pkgs.proton-ge-bin;
-    proton-ge-bin_10-18 = pkgs.proton-ge-bin.overrideAttrs rec {
-      version = "GE-Proton10-18";
-      src = pkgs.fetchzip {
-        url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${version}/${version}.tar.gz";
-        hash = "sha256-s2xnoyRy4JI1weRJ+9wjZzBRpsH7HMbK9DbhdVDJKww=";
-      };
-    };
     proton-cachyos-bin_latest = pkgs.local.proton-cachyos-bin;
     dwproton_latest = pkgs.local.dwproton-bin;
   in {
@@ -21,7 +14,6 @@
       defaultWinePackage = pkgs.proton-ge-bin;
       protonPackages = [
         proton-ge-bin_latest
-        proton-ge-bin_10-18
         proton-cachyos-bin_latest
         dwproton_latest
       ];