This commit is contained in:
41666 2025-01-02 13:35:27 -08:00
parent 768196e2bb
commit 2936f9b197
29 changed files with 496 additions and 82 deletions

View file

@ -0,0 +1,15 @@
{ pkgs, ... }: {
home.packages = [
(pkgs.retroarch.withCores (
cores: with cores; [
pcsx2
ppsspp
snes9x
dolphin
mupen64plus
desmume
vba-m
]
))
];
}