From 050d0a322a305387e439b9f3520afc51eacf87c6 Mon Sep 17 00:00:00 2001 From: rycee Date: Tue, 30 Apr 2024 22:15:27 +0000 Subject: [PATCH] deploy: 6d3b6dc9222c12b951169becdf4b0592ee9576ef --- options.xhtml | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) 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