feat(lutris): remove wine-ge
This commit is contained in:
parent
73044da59e
commit
04f0ba7945
1 changed files with 0 additions and 15 deletions
|
@ -3,19 +3,4 @@
|
|||
{
|
||||
# TODO move into heroic.nix or rename lutris.nix
|
||||
home.packages = with pkgs; [ lutris heroic ];
|
||||
|
||||
xdg.dataFile = {
|
||||
wine-ge = let
|
||||
version = "GE-Proton7-35";
|
||||
name = "wine-lutris-${version}-x86_64";
|
||||
in {
|
||||
recursive = false;
|
||||
source = builtins.fetchTarball {
|
||||
url =
|
||||
"https://github.com/GloriousEggroll/wine-ge-custom/releases/download/${version}/${name}.tar.xz";
|
||||
sha256 = "17adirraf6m9kiaa9bkc991h1m5r5g8rbjhgv3ccrvd0v1339zn7";
|
||||
};
|
||||
target = "lutris/runners/wine/${name}";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue