MyNixOS website logo
option

programs.thunderbird.profiles.<name>.settings

Preferences to add to this profile's user.js.

Declarations
Type
attribute set of (boolean or signed integer or string)
Default
{ }
Example
{
  "mail.spellcheck.inline" = false;
}