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