Added unfree retroarch emulators

This commit is contained in:
Jan-Bulthuis 2025-02-08 21:51:46 +01:00
parent 7776f845cc
commit dec735c9d6
1 changed files with 20 additions and 1 deletions

View File

@ -15,8 +15,27 @@ in
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
modules.unfree.allowedPackages = [
"libretro-fbalpha2012"
"libretro-fbneo"
"libretro-fmsx"
"libretro-genesis-plus-gx"
"libretro-mame2000"
"libretro-mame2003"
"libretro-mame2003-plus"
"libretro-mame2010"
"libretro-mame2015"
"libretro-opera"
"libretro-picodrive"
"libretro-snes9x"
"libretro-snes9x2002"
"libretro-snes9x2005"
"libretro-snes9x2005-plus"
"libretro-snes9x2010"
];
home.packages = with pkgs; [ home.packages = with pkgs; [
retroarch-free retroarch-full
]; ];
}; };
} }