nix/modules/nixos/steam.nix

8 lines
121 B
Nix
Raw Normal View History

2024-03-29 10:18:49 -05:00
{
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
gamescopeSession.enable = true;
};
}