diff --git a/options.html b/options.html index d5dd569a6..ae2b76a9c 100644 --- a/options.html +++ b/options.html @@ -14482,20 +14482,18 @@ boolean
Default:
false
Example:
true
Declared by:
<home-manager/modules/services/recoll.nix>
- |
services.recoll.package
Package providing the recoll
binary.
Type: +
services.recoll.package
Package providing the recoll binary.
Type: package
Default:
pkgs.recoll
Example:
(pkgs.recoll.override { withGui = false; })
Declared by:
<home-manager/modules/services/recoll.nix>
|
services.recoll.configDir
The directory to contain Recoll configuration files. This will be set
-as RECOLL_CONFDIR
.
Type:
+as RECOLL_CONFDIR
.
Type: string
Default:
${config.home.homeDirectory}/.recoll
Example:
${config.xdg.configHome}/recoll
Declared by:
<home-manager/modules/services/recoll.nix>
- |
services.recoll.settings
The configuration to be written at
-${config.services.recoll.configDir}/recoll.conf
.
See -recoll(5) for more details about the configuration.
Type: +
services.recoll.settings
The configuration to be written at $RECOLL_CONFDIR/recoll.conf
.
See recoll.conf(5) for more details about the configuration.
Type: attribute set of (Recoll config value)
Default:
{ }
Example:
{ nocjk = true; @@ -14514,8 +14512,7 @@ attribute set of (Recoll config value)Default:
Declared by:
<home-manager/modules/services/recoll.nix>
|
services.recoll.startAt
When or how often the periodic update should run. Must be the format -described from -systemd.time(7).
Type: +described from systemd.time(7).
Type: string
Default:
"hourly"
Example:
"00/2:00"
Declared by:
|