1
Fork 0
satellite/hosts/nixos/common/optional/desktop/steam.nix

8 lines
174 B
Nix

{
programs.steam = {
enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
# gamescopeSession.enable = true;
};
}