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 valueDefault
{ }Example
declared in: <home-manager/modules/programs/pandoc.nix>source unavailable{ metadata = { author = "John Doe"; }; pdf-engine = "xelatex"; citeproc = true; }