Mathcha Notebook icon

Mathcha Notebook 1.0.456

Mathematics editor

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    mathcha-notebook # Mathcha Notebook
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    mathcha-notebook # Mathcha Notebook
  ];
}

Package Definition

{
  "pname": "mathcha-notebook",
  "version": "1.0.456",
  "src": {
    "url": "https://notebook-downloads.mathcha.io/public/Mathcha%20Notebook-1.0.456-arm64-mac.zip",
    "sha256": "4ae228738044659cf8403607041344476a5ed1a26210a1fb32ebd12c32c1fbd0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Mathcha Notebook.app\" && cp -r \"Mathcha Notebook.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Mathematics editor",
    "homepage": "https://www.mathcha.io/"
  }
}