Fix Retroarch
This commit is contained in:
parent
60229953ee
commit
5325de4da2
|
@ -1,12 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
(retroarch.override {
|
||||
cores = with libretro; [
|
||||
(retroarch.withCores (cores:
|
||||
with cores; [
|
||||
fceumm
|
||||
gambatte
|
||||
mgba
|
||||
snes9x
|
||||
];
|
||||
})
|
||||
]))
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue