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.6.5",
"src": {
"url": "https://downloads.zohocdn.com/zmail-desktop/mac/zoho-mail-desktop-lite-installer-arm64-v1.6.5.dmg",
"sha256": "46ab4533ce034e4e9329a8e12187c43f7d5ca6aae7239ccfc45cd6ef3fe192d5"
},
"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/"
}
}