Fix Retroarch

This commit is contained in:
Pedro Rey Anca 2025-07-10 09:30:14 +02:00
parent 60229953ee
commit 5325de4da2
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A

View file

@ -1,12 +1,11 @@
{pkgs, ...}: {
home.packages = with pkgs; [
(retroarch.override {
cores = with libretro; [
(retroarch.withCores (cores:
with cores; [
fceumm
gambatte
mgba
snes9x
];
})
]))
];
}