NixOS-Config/home/misc/emulators.nix
2024-09-23 16:36:46 -04:00

11 lines
137 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
dolphin-emu
cemu
ryujinx
duckstation
pcsx2
unstable.lime3ds
];
}