diff --git a/options.xhtml b/options.xhtml index 037da7053..f44e8e4f7 100644 --- a/options.xhtml +++ b/options.xhtml @@ -53567,6 +53567,56 @@ strings concatenated with “\n”

Default: ""

+

Declared by:

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

Attribute set of feed accounts. Feeds themselves have to be +managed through Thunderbird’s settings. This option allows +feeds to coexist with declaratively managed email accounts.

+ +

Type: +attribute set of (submodule)

+ +

Default: +{ }

+ +

Declared by:

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

This feed account’s name.

+ +

Type: +string (read only)

+ +

Default: +"‹name›"

+

Declared by: