Files
nix-config/systems/modules/gaming.nix

10 lines
172 B
Nix

{ config, pkgs, ... }:
{
programs = {
steam.enable = true;
steam.remotePlay.openFirewall = true;
steam.localNetworkGameTransfers.openFirewall = true;
};
}