Files
nixos-config/hosts/desktop/steam.nix

9 lines
89 B
Nix

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