steam
steam 1.0.0.85
Digital distribution platform
<rendered-html><p>Steam is a video game digital distribution service and storefront from Valve.</p> <p>To install on NixOS, please use the option <code>programs.steam.enable = true</code>.</p> </rendered-html>
https://store.steampowered.com/Unfree redistributable
main program: steamprograms: -
View source on NixOS/nixpkgs →Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ steam ];
Ad-hoc shell
nix-shell -p steam
Flake (nix run)
nix run nixpkgs#steam