Antinote icon

Antinote 2.0.9

Temporary notes with calculations and extensible features

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    antinote # Antinote
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    antinote # Antinote
  ];
}

Package Definition

{
  "pname": "antinote",
  "version": "2.0.9",
  "src": {
    "url": "https://antinote.io/updates/Antinote_2.0.9.dmg",
    "sha256": "ed8a8990a646961e93aeba8277bb12ddb4aed1b7c46c4c5387b77a30e7bd830d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Antinote.app\" && cp -r \"Antinote.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Temporary notes with calculations and extensible features",
    "homepage": "https://antinote.io/"
  }
}