diff --git a/options.html b/options.html index 2cd51fbbc..b496b0f20 100644 --- a/options.html +++ b/options.html @@ -5935,6 +5935,18 @@ default profile.

Type: boolean

< }

Declared by:

<home-manager/modules/programs/thunderbird.nix> +
programs.thunderbird.profiles.<name>.userChrome

Custom Thunderbird user chrome CSS.

Type: strings concatenated with "\n"

Default: ""

Example:

''
+  /* Hide tab bar in Thunderbird */
+  #tabs-toolbar {
+    visibility: collapse !important;
+  }
+''

Declared by:

+ <home-manager/modules/programs/thunderbird.nix> +
programs.thunderbird.profiles.<name>.userContent

Custom Thunderbird user content CSS.

Type: strings concatenated with "\n"

Default: ""

Example:

''
+  /* Hide scrollbar on Thunderbird pages */
+  *{scrollbar-width:none !important}
+''

Declared by:

+ <home-manager/modules/programs/thunderbird.nix>
programs.thunderbird.profiles.<name>.withExternalGnupg

Allow using external GPG keys with GPGME.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/thunderbird.nix>
programs.thunderbird.settings

Attribute set of Thunderbird preferences to be added to