nixfiles/nixos/roles/gaming/steam.nix

6 lines
88 B
Nix

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