Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
hey-desktop # HEY
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
hey-desktop # HEY
];
} Package Definition
{
"pname": "hey-desktop",
"version": "1.3.7",
"src": {
"url": "https://hey.com/desktop/HEY-1.3.7-arm64-mac.zip",
"sha256": "39e1342c4f6aee1b4bb5202ffe723828e15a36f77869f89d9a05633c7b90780f"
},
"installPhase": [
"mkdir -p \"$out/Applications/HEY.app\" && cp -r \"HEY.app\" \"$out/Applications\""
],
"meta": {
"description": "Access the HEY email service",
"homepage": "https://hey.com/"
}
}