20 lines
231 B
Nix
20 lines
231 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}: {
|
|
home.packages = with pkgs; [
|
|
mgba
|
|
desmume
|
|
duckstation
|
|
pcsx2
|
|
ryujinx
|
|
mupen64plus
|
|
dolphin-emu
|
|
retroarch
|
|
mednafen
|
|
joycond
|
|
waydroid
|
|
shadps4
|
|
rpcs3_latest
|
|
];
|
|
}
|