summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/system
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-04-16 01:02:21 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2020-04-16 01:11:27 -0400
commitfbd4290fa903d7577f100999782e0ae8cd3708bf (patch)
tree3bd634f8811c6ca514f04fa1f7342792b427b483 /pkgs/applications/system
parentf646069c4cc58290e7fcb826952b7e3d55f68abf (diff)
monitor: add note how to use indicator.
Diffstat (limited to 'pkgs/applications/system')
-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 014413499c82..3b3f1da1309a 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;