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 setDefault
{ }Example
declared in: <home-manager/modules/programs/joplin-desktop.nix>source unavailable{ "markdown.plugin.mark" = true; newNoteFocus = "title"; }