[gaming] Add additional emulators

This commit is contained in:
2025-11-17 15:36:04 -08:00
parent fc8a43504d
commit f67a12c29a

View File

@@ -19,8 +19,10 @@ in
(mkIf (cfg.enable && cfg.gaming.emulation) { (mkIf (cfg.enable && cfg.gaming.emulation) {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
ryubing
dolphin-emu dolphin-emu
dolphin-emu-primehack
retroarch-full
ryubing
]; ];
# TODO: Remove me once dolphin-emu and dolphin-emu-primehack update # TODO: Remove me once dolphin-emu and dolphin-emu-primehack update
# dependencies to mbedtls from mbedtls_2 (which is currently) # dependencies to mbedtls from mbedtls_2 (which is currently)