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
|
||||
#TODO need flatpak steam
|
||||
gamehub
|
||||
retroarch
|
||||
libretro.mgba
|
||||
libretro.desmume
|
||||
libretro.dolphin
|
||||
libretro.citra
|
||||
libretro.genesis-plus-gx
|
||||
(retroarch.override {
|
||||
cores = with libretro; [
|
||||
mgba
|
||||
desmume
|
||||
dolphin
|
||||
citra
|
||||
genesis-plus-gx
|
||||
];
|
||||
})
|
||||
airshipper
|
||||
qjoypad
|
||||
# TODO need flatpak minecraft
|
||||
|
|
Loading…
Reference in a new issue