Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
triliumnext-notes # TriliumNext Notes
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
triliumnext-notes # TriliumNext Notes
];
}
Package Definition
{
"pname": "triliumnext-notes",
"version": "0.93.0",
"src": {
"url": "https://github.com/TriliumNext/Notes/releases/download/v0.93.0/TriliumNextNotes-v0.93.0-macos-arm64.dmg",
"sha256": "9268ce38a584214b75f265b304968df1575480912ec3ce65e17f94dbccacad90"
},
"installPhase": [
"mkdir -p \"$out/Applications/TriliumNext Notes.app\" && cp -r \"TriliumNext Notes.app\" \"$out/Applications\""
],
"meta": {
"description": "Hierarchical note taking application",
"homepage": "https://triliumnext.github.io/Docs/"
}
}