nixos-dotfiles/home/emulators.nix

8 lines
75 B
Nix
Executable File

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