Antinote icon

Antinote 2.1.0

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