nixfiles/nixos/profiles/gaming/steam.nix
2025-07-13 05:10:57 -07:00

9 lines
164 B
Nix

_: {
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
platformOptimizations.enable = true;
extraCompatPackages = [
];
};
}