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

8 lines
174 B
Nix
Raw Normal View History

2024-08-30 01:10:41 +02:00
{
programs.steam = {
enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
2024-08-30 01:10:41 +02:00
# gamescopeSession.enable = true;
};
}