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; loglevel = 5; topdirs = [ "~/Downloads" "~/Documents" "~/projects" ]; "~/Downloads" = { "skippedNames+" = [ "*.iso" ]; }; "~/projects" = { "skippedNames+" = [ "node_modules" "target" "result" ]; }; }- Declared
- <home-manager/modules/services/recoll.nix>