Mozilla Thunderbird ESR icon

Mozilla Thunderbird ESR 140.4.0esr

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": "140.4.0esr",
  "src": {
    "url": "https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/140.4.0esr/mac/en-US/Thunderbird%20140.4.0esr.dmg",
    "sha256": "eb0a1bc6ddbeb9cfdafa51098608d3f5eb4ad5a4ac6d8000d10bc8d0c4f1f1de"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Thunderbird.app\" && cp -r \"Thunderbird.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Customizable email client",
    "homepage": "https://www.thunderbird.net/en-US/download/esr/"
  }
}