MyNixOS website logo

Attribute set of Thunderbird preferences to be added to all profiles.

Declarations
Type
attribute set of (boolean or signed integer or string)
Default
{ }
Example
{
  "general.useragent.override" = "";
  "privacy.donottrackheader.enabled" = true;
}