Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
twobird # Twobird
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
twobird # Twobird
];
}
Package Definition
{
"pname": "twobird",
"version": "1.0.52",
"src": {
"url": "https://www.twobird.com/download/mac-arm64",
"sha256": "no_check"
},
"installPhase": [
"mkdir -p \"$out/Applications\" && cp -r \"Twobird.app\" \"$out/Applications/Twobird.app\""
],
"meta": {
"description": "Email client with collaborative notes",
"homepage": "https://www.twobird.com/"
}
}