Antinote icon

Antinote 2.0.8

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.8",
  "src": {
    "url": "https://antinote.io/updates/Antinote_2.0.8.dmg",
    "sha256": "d336f18bec9bf09c3f976ebd2b6220a26a373e9dd0dfbc3a6c6edea469af847e"
  },
  "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/"
  }
}