From 050d0a322a305387e439b9f3520afc51eacf87c6 Mon Sep 17 00:00:00 2001
From: rycee
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