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>.userChromeCustom 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>.userContentCustom 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>.withExternalGnupgAllow using external GPG keys with GPGME.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/thunderbird.nix>
|
programs.thunderbird.settingsAttribute set of Thunderbird preferences to be added to