mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(retroarch): Add retroarch
This commit is contained in:
parent
ab5bc055c6
commit
d2b57af9ce
2 changed files with 22 additions and 0 deletions
21
nixcfgs/users/js0ny/programs/retroarch.nix
Normal file
21
nixcfgs/users/js0ny/programs/retroarch.nix
Normal 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
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -41,6 +41,7 @@
|
||||||
./programs/dolphin.nix
|
./programs/dolphin.nix
|
||||||
./programs/magick.nix
|
./programs/magick.nix
|
||||||
./programs/miniserve.nix
|
./programs/miniserve.nix
|
||||||
|
./programs/retroarch.nix
|
||||||
|
|
||||||
# Desktop Linux
|
# Desktop Linux
|
||||||
./programs/desktop/plasma
|
./programs/desktop/plasma
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue