MyNixOS website logo

The configuration to be written at $RECOLL_CONFDIR/recoll.conf.

See recoll.conf(5) for more details about the configuration.

Declarations
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" ];
  };
}