Mathcha Notebook icon

Mathcha Notebook 1.0.458

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.458",
  "src": {
    "url": "https://notebook-downloads.mathcha.io/public/Mathcha%20Notebook-1.0.458-arm64-mac.zip",
    "sha256": "d1953217d870c201eb14f35bc1d4f8f332fa40c07cc3ea952747a5deed409ac1"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Mathcha Notebook.app\" && cp -r \"Mathcha Notebook.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Mathematics editor",
    "homepage": "https://www.mathcha.io/"
  }
}