feat(retroarch): Add retroarch

This commit is contained in:
js0ny 2025-11-12 15:29:39 +00:00
parent ab5bc055c6
commit d2b57af9ce
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{...}: {
programs.retroarch = {
enable = true;
cores = {
# Nintendo
# ==================
mgba.enable = true; # GBA
desmume.enable = true; # NDS
citra.enable = true; # 3DS
mesen.enable = true; # FC
bsnes.enable = true; # SFC
mupen64plus.enable = true; # N64
dolphin.enable = true; # Wii
# Sony
# ==================
swanstation.enable = true; # PS1
pcsx2.enable = true; # PS2
ppsspp.enable = true; # PSP
};
};
}

View file

@ -41,6 +41,7 @@
./programs/dolphin.nix
./programs/magick.nix
./programs/miniserve.nix
./programs/retroarch.nix
# Desktop Linux
./programs/desktop/plasma