Add Lutris

This commit is contained in:
Paul-Henri Froidmont 2022-04-06 00:41:51 +02:00
parent 5e05805830
commit 5d016c54e3
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
2 changed files with 1 additions and 33 deletions

View file

@ -8,13 +8,6 @@
packageOverrides = pkgs: {
ncmpcpp = pkgs.ncmpcpp.override { visualizerSupport = true; };
firefox = pkgs.firefox.override { pkcs11Modules = [ pkgs.eid-mw ]; };
lutris-unwrapped = pkgs.lutris-unwrapped.overridePythonAttrs (
oldAttrs: rec {
patches = [
./lutris_sort_new_with_model_fix.patch
];
}
);
};
};
@ -285,6 +278,7 @@
linuxPackages.perf
steam
lutris
dolphinEmu
];
};