From eaac5ca93e5b89030dd0823367d6cfe9e7d63ea2 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 18 Mar 2025 17:44:31 +0100 Subject: [PATCH] feat: add emulators for harder to emulate systems. --- hosts/nixos/home.nix | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/hosts/nixos/home.nix b/hosts/nixos/home.nix index 3cb31a7..eea4a82 100644 --- a/hosts/nixos/home.nix +++ b/hosts/nixos/home.nix @@ -26,10 +26,25 @@ jellyfin-mpv-shim itch wineWowPackages.staging - rpcs3 osu-lazer-bin overskride delfin + # Setting up emulator just cause + (retroarch.overrideAttrs { + cores = with libretro; [ + beetle-saturn + parallel-n64 + flycast + desmume + ]; + }) + duckstation + pcsx2 + dolphin-emu + xemu + rpcs3 + cemu + ppsspp-sdl-wayland ]; programs.thunderbird = {