feat: update gaming config

This commit is contained in:
Felix Schröter 2021-08-07 22:08:00 +02:00
parent e6a9e1e60c
commit 969be6b552
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
3 changed files with 24 additions and 7 deletions

View file

@ -4,6 +4,18 @@
home.packages = with pkgs; [ lutris ];
xdg.dataFile = {
wine-ge = let
version = "6.14-GE-2";
name = "wine-lutris-ge-6.14-2-x86_64";
in {
recursive = false;
source = builtins.fetchTarball {
url =
"https://github.com/GloriousEggroll/wine-ge-custom/releases/download/${version}/${name}.tar.xz";
sha256 = "0ss693vg7gq6dp4x0ilhlkbz2il941ravhrh7l7s6zzx415c468x";
};
target = "lutris/runners/wine/${name}";
};
wine-runner-sc = let
package = { }:
pkgs.stdenv.mkDerivation rec {