monitor: add note how to use indicator.
This commit is contained in:
@@ -62,6 +62,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Manage processes and monitor system resources";
|
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";
|
homepage = "https://github.com/stsdc/monitor";
|
||||||
maintainers = with maintainers; [ kjuvi ] ++ pantheon.maintainers;
|
maintainers = with maintainers; [ kjuvi ] ++ pantheon.maintainers;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|||||||
Reference in New Issue
Block a user