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, ...}: {
home.packages = with pkgs; [
wineWowPackages.waylandFull
cartridges
lutris
prismlauncher
(retroarch.override {
cores = with libretro; [dolphin mgba mupen64plus];
cartridges
(lutris.override {
steamSupport = false;
extraPkgs = pkgs: with pkgs; [wineWowPackages.waylandFull];
})
];
}