From fa0cf20a4bfa72bfa962fcc2fae2a9dad09f2119 Mon Sep 17 00:00:00 2001 From: rycee Date: Tue, 11 Apr 2023 22:27:24 +0000 Subject: [PATCH] deploy: 28698126bd825aff21cae9ffd15cf83e169051b0 --- options.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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