mirror of
https://github.com/nix-community/home-manager
synced 2024-12-19 08:19:48 +01:00
recoll: update option descriptions
This commit is contained in:
parent
3e1f8df4f0
commit
05649393ac
1 changed files with 5 additions and 8 deletions
|
@ -85,7 +85,7 @@ in {
|
||||||
default = pkgs.recoll;
|
default = pkgs.recoll;
|
||||||
defaultText = literalExpression "pkgs.recoll";
|
defaultText = literalExpression "pkgs.recoll";
|
||||||
description = ''
|
description = ''
|
||||||
Package providing the `recoll` binary.
|
Package providing the {command}`recoll` binary.
|
||||||
'';
|
'';
|
||||||
example = literalExpression "(pkgs.recoll.override { withGui = false; })";
|
example = literalExpression "(pkgs.recoll.override { withGui = false; })";
|
||||||
};
|
};
|
||||||
|
@ -96,8 +96,7 @@ in {
|
||||||
example = "00/2:00";
|
example = "00/2:00";
|
||||||
description = ''
|
description = ''
|
||||||
When or how often the periodic update should run. Must be the format
|
When or how often the periodic update should run. Must be the format
|
||||||
described from
|
described from {manpage}`systemd.time(7)`.
|
||||||
{manpage}`systemd.time(7)`.
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -105,11 +104,9 @@ in {
|
||||||
type = settingsFormat.type;
|
type = settingsFormat.type;
|
||||||
default = { };
|
default = { };
|
||||||
description = ''
|
description = ''
|
||||||
The configuration to be written at
|
The configuration to be written at {file}`$RECOLL_CONFDIR/recoll.conf`.
|
||||||
{file}`''${config.services.recoll.configDir}/recoll.conf`.
|
|
||||||
|
|
||||||
See
|
See {manpage}`recoll.conf(5)` for more details about the configuration.
|
||||||
{manpage}`recoll(5)` for more details about the configuration.
|
|
||||||
'';
|
'';
|
||||||
example = literalExpression ''
|
example = literalExpression ''
|
||||||
{
|
{
|
||||||
|
@ -135,7 +132,7 @@ in {
|
||||||
example = literalExpression "\${config.xdg.configHome}/recoll";
|
example = literalExpression "\${config.xdg.configHome}/recoll";
|
||||||
description = ''
|
description = ''
|
||||||
The directory to contain Recoll configuration files. This will be set
|
The directory to contain Recoll configuration files. This will be set
|
||||||
as `RECOLL_CONFDIR`.
|
as {env}`RECOLL_CONFDIR`.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue