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