thunderbird

thunderbird 151.0.1

Full-featured e-mail client

https://thunderbird.net/
Mozilla Public License 2.0
main program: thunderbirdprograms: -
Platforms (46)
x86_64-cygwinloongarch64-linuxmipsel-linuxs390-linuxarmv6l-linuxpowerpc64-linuxx86_64-netbsdpowerpc-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  thunderbird
];
Ad-hoc shell
nix-shell -p thunderbird
Flake (nix run)
nix run nixpkgs#thunderbird