Thunderbird: Difference between revisions
m Replace notes by inline text. |
Clarify installation, description |
||
Line 1: | Line 1: | ||
Thunderbird is an open-source e-mail client for desktop environments, which also functions as a full personal information manager with a calendar and | [https://www.thunderbird.net/ Thunderbird] is an open-source e-mail client for desktop environments, which also functions as a full personal information manager with a calendar and address book, as well as an RSS feed reader, chat client (IRC/XMPP/Matrix), and news client. | ||
== Install Thunderbird == | |||
In NixOS 24.11 onwards, set <code>programs.thunderbird.enable = true</code>. | |||
In NixOS 24.05 or older, add <code>pkgs.thunderbird</code> to <code>environment.systemPackages</code>. | |||
< | |||
</ | |||
== Configuration of Thunderbird == | == Configuration of Thunderbird == | ||
Thunderbird stores configuration and data in the hidden .thunderbird folder in the | Thunderbird stores configuration and data in the hidden .thunderbird folder in the home directories. There are the following solutions: | ||
* Use Nixpkgs, currently setting policies and preferences is supported (Usable in unstable, will be available in version 24.11). | * Use Nixpkgs, currently setting policies and preferences is supported (Usable in unstable, will be available in version 24.11). | ||
* Use [[Home Manager]]. | * Use [[Home Manager]]. |