summary refs log tree commit diff
path: root/pkgs/applications/system/monitor/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/system/monitor/default.nix')
-rw-r--r--pkgs/applications/system/monitor/default.nix5
1 files changed, 5 insertions, 0 deletions
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;