Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
zoho-mail # Zoho Mail
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
zoho-mail # Zoho Mail
];
}
Package Definition
{
"pname": "zoho-mail",
"version": "1.7.0",
"src": {
"url": "https://downloads.zohocdn.com/zmail-desktop/mac/zoho-mail-desktop-lite-installer-arm64-v1.7.0.dmg",
"sha256": "7c92b502b47a52b5ac15fb3a536bf4ccbd1a4a160ed4ba50411fa9532bd01299"
},
"installPhase": [
"mkdir -p \"$out/Applications/Zoho Mail - Desktop.app\" && cp -r \"Zoho Mail - Desktop.app\" \"$out/Applications\""
],
"meta": {
"description": "Email client",
"homepage": "https://www.zoho.com/mail/desktop/"
}
}