11 lines
161 B
Nix
11 lines
161 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
(retroarch.withCores (cores:
|
|
with cores; [
|
|
fceumm
|
|
gambatte
|
|
mgba
|
|
]))
|
|
];
|
|
}
|