Mozilla Thunderbird ESR icon

Mozilla Thunderbird ESR 128.4.3esr

Customizable email client

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    thunderbird_esr # Mozilla Thunderbird ESR
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    thunderbird_esr # Mozilla Thunderbird ESR
  ];
}

Package Definition

{
  "pname": "thunderbird_esr",
  "version": "128.4.3esr",
  "src": {
    "url": "https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/128.4.3esr/mac/en-US/Thunderbird%20128.4.3esr.dmg",
    "sha256": "f27dacd790d5a4cb8ddbe43863ca358e2023706920858e1c0fad85c65bf55656"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Thunderbird.app\" \"$out/Applications/Thunderbird.app\""
  ],
  "meta": {
    "description": "Customizable email client",
    "homepage": "https://www.thunderbird.net/en-US/download/esr/"
  }
}