From 7c81981aacca1e7c2ea07f861fba60bfe0225c06 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Wed, 27 Mar 2024 12:34:48 +0100 Subject: [PATCH] Add a fleet of emulators --- home-manager/home.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index ef4591f..56fe32f 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -67,7 +67,12 @@ jellyfin-mpv-shim # Jellyfin media with mpv pandoc # I wish I didn't have to use it (nerdfonts.override { fonts = [ "CascadiaCode" ]; }) # Best font - (retroarch.override { cores = with libretro; [ snes9x mgba ]; }) + (retroarch.override { + cores = with libretro; [ snes9x mgba gambatte ]; + }) # Retroarch with cores + duckstation # Playstation 1 emulator + pcsx2 # Playstation 2 emulator + ppsspp-sdl-wayland # Playstation portable emulator (callPackage ./modules/scripts.nix { inherit pkgs; }) # My scripts ];