Add a fleet of emulators

This commit is contained in:
CronyAkatsuki 2024-03-27 12:34:48 +01:00
parent 04eaabf13a
commit 7c81981aac

View File

@ -67,7 +67,12 @@
jellyfin-mpv-shim # Jellyfin media with mpv jellyfin-mpv-shim # Jellyfin media with mpv
pandoc # I wish I didn't have to use it pandoc # I wish I didn't have to use it
(nerdfonts.override { fonts = [ "CascadiaCode" ]; }) # Best font (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 (callPackage ./modules/scripts.nix { inherit pkgs; }) # My scripts
]; ];