From 55e1dfbbcad53d4fb3e56e74da67da6a0bb44048 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 5 May 2026 20:23:58 +0200 Subject: [PATCH] feat: install some emulators. --- modules/linux/home-manager/emulators.nix | 35 ++++++++++++++++-------- 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/modules/linux/home-manager/emulators.nix b/modules/linux/home-manager/emulators.nix index 74425de..779fc69 100644 --- a/modules/linux/home-manager/emulators.nix +++ b/modules/linux/home-manager/emulators.nix @@ -10,19 +10,30 @@ config = lib.mkIf config.crony.emulators.enable { home.packages = with pkgs; [ - # (retroarch.withCores ( - # cores: - # with cores; [ - # beetle-saturn - # mupen64plus - # flycast - # desmume - # ] - # )) - # duckstation - # pcsx2 - # dolphin-emu + (retroarch.withCores ( + cores: + with cores; [ + flycast + genesis-plus-gx + gambatte + mgba + mupen64plus + fbneo + mesen + beetle-ngp + beetle-pce + beetle-saturn + snes9x + desmume + swanstation + ] + )) + pcsx2 + dolphin-emu rpcs3 + xemu + xenia-canary + cemu # mame-tools # steam-rom-manager # shadps4 # flatpak version just works