This commit is contained in:
parent
973e0da93f
commit
55e1dfbbca
1 changed files with 23 additions and 12 deletions
|
|
@ -10,19 +10,30 @@
|
||||||
|
|
||||||
config = lib.mkIf config.crony.emulators.enable {
|
config = lib.mkIf config.crony.emulators.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# (retroarch.withCores (
|
(retroarch.withCores (
|
||||||
# cores:
|
cores:
|
||||||
# with cores; [
|
with cores; [
|
||||||
# beetle-saturn
|
flycast
|
||||||
# mupen64plus
|
genesis-plus-gx
|
||||||
# flycast
|
gambatte
|
||||||
# desmume
|
mgba
|
||||||
# ]
|
mupen64plus
|
||||||
# ))
|
fbneo
|
||||||
# duckstation
|
mesen
|
||||||
# pcsx2
|
beetle-ngp
|
||||||
# dolphin-emu
|
beetle-pce
|
||||||
|
beetle-saturn
|
||||||
|
snes9x
|
||||||
|
desmume
|
||||||
|
swanstation
|
||||||
|
]
|
||||||
|
))
|
||||||
|
pcsx2
|
||||||
|
dolphin-emu
|
||||||
rpcs3
|
rpcs3
|
||||||
|
xemu
|
||||||
|
xenia-canary
|
||||||
|
cemu
|
||||||
# mame-tools
|
# mame-tools
|
||||||
# steam-rom-manager
|
# steam-rom-manager
|
||||||
# shadps4 # flatpak version just works
|
# shadps4 # flatpak version just works
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue