8 lines
174 B
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;
|
|
};
|
|
}
|