Uninstall retroarch
Remove Steam support from Lutris
This commit is contained in:
parent
23e4e776de
commit
8dfecd463a
|
@ -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];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue