nix-config/nixos/desktop/steam.nix
2024-09-22 10:56:59 +02:00

6 lines
94 B
Nix

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