From fbd4290fa903d7577f100999782e0ae8cd3708bf Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Thu, 16 Apr 2020 01:02:21 -0400 Subject: monitor: add note how to use indicator. --- pkgs/applications/system/monitor/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkgs/applications/system') diff --git a/pkgs/applications/system/monitor/default.nix b/pkgs/applications/system/monitor/default.nix index 014413499c8..3b3f1da1309 100644 --- a/pkgs/applications/system/monitor/default.nix +++ b/pkgs/applications/system/monitor/default.nix @@ -62,6 +62,11 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "Manage processes and monitor system resources"; + longDescription = '' + Manage processes and monitor system resources. + To use the wingpanel indicator in this application, see the Pantheon + section in the NixOS manual. + ''; homepage = "https://github.com/stsdc/monitor"; maintainers = with maintainers; [ kjuvi ] ++ pantheon.maintainers; platforms = platforms.linux; -- cgit 1.4.1