diff --git a/options.xhtml b/options.xhtml index 10ca86e6..ff1477d9 100644 --- a/options.xhtml +++ b/options.xhtml @@ -57104,6 +57104,84 @@ non-empty (list of non-empty string)

+
+ + services.conky.enable + + +
+
+

Whether to enable Conky, a light-weight system monitor.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/conky.nix> + +
+
+
+ + services.conky.package + + +
+
+

The conky package to use.

+ +

Type: +package

+ +

Default: +pkgs.conky

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/conky.nix> + +
+
+
+ + services.conky.extraConfig + + +
+
+

Configuration used by the Conky daemon. Check +https://github.com/brndnmtthws/conky/wiki/Configurations for +options. If not set, the default configuration, as described by +conky --print-config, will be used.

+ +

Type: +strings concatenated with ā€œ\nā€

+ +

Default: +""

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/conky.nix> + +
+
services.copyq.enable