mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 09:14:34 +05:30
Got retroarch working
This commit is contained in:
parent
98db887edf
commit
545db76636
|
@ -5,12 +5,15 @@
|
||||||
# Games
|
# Games
|
||||||
#TODO need flatpak steam
|
#TODO need flatpak steam
|
||||||
gamehub
|
gamehub
|
||||||
retroarch
|
(retroarch.override {
|
||||||
libretro.mgba
|
cores = with libretro; [
|
||||||
libretro.desmume
|
mgba
|
||||||
libretro.dolphin
|
desmume
|
||||||
libretro.citra
|
dolphin
|
||||||
libretro.genesis-plus-gx
|
citra
|
||||||
|
genesis-plus-gx
|
||||||
|
];
|
||||||
|
})
|
||||||
airshipper
|
airshipper
|
||||||
qjoypad
|
qjoypad
|
||||||
# TODO need flatpak minecraft
|
# TODO need flatpak minecraft
|
||||||
|
|
Loading…
Reference in a new issue