programs.joplin-desktop.extraConfig

Home-Manager option

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