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 ];