12 lines
140 B
Nix
12 lines
140 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
dolphin-emu
|
|
cemu
|
|
ryujinx
|
|
duckstation
|
|
pcsx2
|
|
#unstable.lime3ds
|
|
];
|
|
}
|