Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
the-archive # The Archive
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
the-archive # The Archive
];
}
Package Definition
{
"pname": "the-archive",
"version": "1.9.1",
"src": {
"url": "https://dlyfuw95744jo.cloudfront.net/TheArchive-v1.9.1.dmg",
"sha256": "ff9149e3c68b017829fb95ee9f4cac816184464c4afa7826be0eca0107ae9c45"
},
"installPhase": [
"mkdir -p \"$out/Applications/The Archive.app\" && cp -r \"The Archive.app\" \"$out/Applications\""
],
"meta": {
"description": "Note Taking: Nimble, Calm, Plain.txt",
"homepage": "https://zettelkasten.de/the-archive/"
}
}