1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

monitor: add note how to use indicator.

This commit is contained in:
worldofpeace 2020-04-16 01:02:21 -04:00
parent f646069c4c
commit fbd4290fa9

View file

@ -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;