From 25e94e1cd253879f054540d60acf6e20cd666a99 Mon Sep 17 00:00:00 2001 From: Aroun Date: Tue, 21 Mar 2023 22:54:34 +0530 Subject: steam: add indication for the nix option --- pkgs/games/steam/steam.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkgs/games') diff --git a/pkgs/games/steam/steam.nix b/pkgs/games/steam/steam.nix index 88e2473801a..13d63117b7f 100644 --- a/pkgs/games/steam/steam.nix +++ b/pkgs/games/steam/steam.nix @@ -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 ]; -- cgit 1.4.1