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