nibylandia/modules/gaming.nix

9 lines
146 B
Nix

_: {
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
};
# environment.systemPackages = with pkgs; [ ryujinx ];
}