nixos-dotfiles/home/emulators.nix

9 lines
93 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
rpcs3
citra
yuzu-mainline
];
}