Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
notion-mail # Notion Mail
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
notion-mail # Notion Mail
];
}
Package Definition
{
"pname": "notion-mail",
"version": "0.0.35",
"src": {
"url": "https://mail-desktop-release.notion-static.com/Notion%20Mail-0.0.35-arm64.zip",
"sha256": "e9b7715b1897637a0338654480e93b7c288807616f90727cde520b7d1a880127"
},
"installPhase": [
"mkdir -p \"$out/Applications/Notion Mail.app\" && cp -r \"Notion Mail.app\" \"$out/Applications\""
],
"meta": {
"description": "Email client integrated with Notion workspace",
"homepage": "https://www.notion.com/product/mail"
}
}