Mozilla Thunderbird ESR icon

Mozilla Thunderbird ESR 128.9.2esr

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.9.2esr",
  "src": {
    "url": "https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/128.9.2esr/mac/en-US/Thunderbird%20128.9.2esr.dmg",
    "sha256": "88907ec04f107435bbfa81ce8fb7d9c66ee9522c570121780843c0dac9086095"
  },
  "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/"
  }
}