Uninstall retroarch

Remove Steam support from Lutris
This commit is contained in:
Evie Litherland-Smith 2024-07-13 11:04:11 +01:00
parent 23e4e776de
commit 8dfecd463a

View file

@ -1,11 +1,10 @@
{pkgs, ...}: { {pkgs, ...}: {
home.packages = with pkgs; [ home.packages = with pkgs; [
wineWowPackages.waylandFull
cartridges
lutris
prismlauncher prismlauncher
(retroarch.override { cartridges
cores = with libretro; [dolphin mgba mupen64plus]; (lutris.override {
steamSupport = false;
extraPkgs = pkgs: with pkgs; [wineWowPackages.waylandFull];
}) })
]; ];
} }