From 05649393ac1f34980a5cf6a6e89de77626c9182b Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 18 Oct 2023 06:45:55 +0000 Subject: [PATCH] recoll: update option descriptions --- modules/services/recoll.nix | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/modules/services/recoll.nix b/modules/services/recoll.nix index e4159d284..2c5042702 100644 --- a/modules/services/recoll.nix +++ b/modules/services/recoll.nix @@ -85,7 +85,7 @@ in { default = pkgs.recoll; defaultText = literalExpression "pkgs.recoll"; description = '' - Package providing the `recoll` binary. + Package providing the {command}`recoll` binary. ''; example = literalExpression "(pkgs.recoll.override { withGui = false; })"; }; @@ -96,8 +96,7 @@ in { example = "00/2:00"; description = '' When or how often the periodic update should run. Must be the format - described from - {manpage}`systemd.time(7)`. + described from {manpage}`systemd.time(7)`. ''; }; @@ -105,11 +104,9 @@ in { type = settingsFormat.type; default = { }; description = '' - The configuration to be written at - {file}`''${config.services.recoll.configDir}/recoll.conf`. + The configuration to be written at {file}`$RECOLL_CONFDIR/recoll.conf`. - See - {manpage}`recoll(5)` for more details about the configuration. + See {manpage}`recoll.conf(5)` for more details about the configuration. ''; example = literalExpression '' { @@ -135,7 +132,7 @@ in { example = literalExpression "\${config.xdg.configHome}/recoll"; description = '' The directory to contain Recoll configuration files. This will be set - as `RECOLL_CONFDIR`. + as {env}`RECOLL_CONFDIR`. ''; }; };