nibylandia/modules/gaming.nix

9 lines
174 B
Nix

{ pkgs, ... }: {
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
};
environment.systemPackages = with pkgs; [ yuzu-early-access ryujinx ];
}