programs.pandoc.defaults

Home-Manager option

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 in: <home-manager/modules/programs/pandoc.nix>source unavailable