Add a fleet of emulators
This commit is contained in:
parent
04eaabf13a
commit
7c81981aac
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user