MyNixOS website logo
option

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.

Declarations
Type
attribute set
Default
{ }
Example
{
  "markdown.plugin.mark" = true;
  newNoteFocus = "title";
}