1
0
Fork 0
NixOS/hosts/totsugeki/nixos/steam.nix
2024-06-28 18:15:13 +02:00

7 lines
136 B
Nix

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