steam: add indication for the nix option

This commit is contained in:
Aroun 2023-03-21 22:54:34 +05:30
parent 9745d185b0
commit 25e94e1cd2

View File

@ -41,6 +41,11 @@ in stdenv.mkDerivation {
meta = with lib; {
description = "A digital distribution platform";
longDescription = ''
Steam is a video game digital distribution service and storefront from Valve.
To install on NixOS, please use the option `programs.steam.enable = true`.
'';
homepage = "https://store.steampowered.com/";
license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ jagajaga jonringer ];