zaneyos/config/system/steam.nix
2024-01-27 00:15:04 -06:00

11 lines
179 B
Nix

{ pkgs, config, lib, ... }:
{
# Steam Configuration
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
};
}