summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorAroun <zahrun@murena.io>2023-03-21 22:54:34 +0530
committerAroun <zahrun@murena.io>2023-03-21 23:44:01 +0530
commit25e94e1cd253879f054540d60acf6e20cd666a99 (patch)
tree38214dc8d29fd3df6cb9297e5c8e59b877116234 /pkgs/games/steam
parent9745d185b08ff323c9535e2f6429a87ff65f20a5 (diff)
downloadnixpkgs-25e94e1cd253879f054540d60acf6e20cd666a99.tar
nixpkgs-25e94e1cd253879f054540d60acf6e20cd666a99.tar.gz
nixpkgs-25e94e1cd253879f054540d60acf6e20cd666a99.tar.bz2
nixpkgs-25e94e1cd253879f054540d60acf6e20cd666a99.tar.lz
nixpkgs-25e94e1cd253879f054540d60acf6e20cd666a99.tar.xz
nixpkgs-25e94e1cd253879f054540d60acf6e20cd666a99.tar.zst
nixpkgs-25e94e1cd253879f054540d60acf6e20cd666a99.zip
steam: add indication for the nix option
Diffstat (limited to 'pkgs/games/steam')
-rw-r--r--pkgs/games/steam/steam.nix5
1 files changed, 5 insertions, 0 deletions
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 ];