programs.joplin-desktop.extraConfig

Use this to add other options to the Joplin config file. Settings are written in JSON, so "sync.interval": 600 would be written as "sync.interval" = 600.

Type
attribute set
Default
{ }
Example
{
  "markdown.plugin.mark" = true;
  newNoteFocus = "title";
}
Declared
<home-manager/modules/programs/joplin-desktop.nix>