nix-config/nixos/desktop/steam.nix
2024-08-21 19:10:09 +02:00

7 lines
94 B
Nix

{ ... }:
{
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
};
}