zaneyos/config/system/steam.nix

11 lines
179 B
Nix
Raw Normal View History

2024-01-27 07:15:04 +01:00
{ pkgs, config, lib, ... }:
{
# Steam Configuration
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
};
}