services.recoll.settings
Home-Manager option
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
declared in: <home-manager/modules/services/recoll.nix>source unavailable{ nocjk = true; loglevel = 5; topdirs = [ "~/Downloads" "~/Documents" "~/projects" ]; "~/Downloads" = { "skippedNames+" = [ "*.iso" ]; }; "~/projects" = { "skippedNames+" = [ "node_modules" "target" "result" ]; }; }