Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
notion-cli # Notion CLI
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
notion-cli # Notion CLI
];
} Package Definition
{
"pname": "notion-cli",
"version": "0.18.1",
"src": {
"url": "https://ntn.dev/releases/v0.18.1/ntn-aarch64-apple-darwin.tar.gz",
"sha256": "a306d147debee7d766c6df082f4a67cef27c60952b7a197d9bfe40d5aac74fd9"
},
"installPhase": [
"mkdir -p \"$out/bin\" && ln -s \"ntn-aarch64-apple-darwin/ntn\" \"$out/bin/ntn\""
],
"meta": {
"description": "Command-line interface for Notion",
"homepage": "https://www.notion.com/product/dev"
}
} Version History
0.18.1 (NixCasks v4)
27 June 2026, 00:00 0.17.0 (NixCasks v4)
19 June 2026, 00:00 0.16.2 (NixCasks v4)
18 June 2026, 00:00 0.16.0 (NixCasks v4)
4 June 2026, 00:00 0.15.1 (NixCasks v4)
3 June 2026, 00:00 0.15.0 (NixCasks v4)
29 May 2026, 00:00 0.14.1 (NixCasks v4)
21 May 2026, 00:00 0.14.0 (NixCasks v4)
15 May 2026, 00:00