programs.pandoc.defaults

Options to set by default. These will be converted to JSON and written to a defaults file (see Default files in pandoc documentation).

Type
JSON value
Default
{ }
Example
{
  metadata = {
    author = "John Doe";
  };
  pdf-engine = "xelatex";
  citeproc = true;
}
Declared
<home-manager/modules/programs/pandoc.nix>