Mathcha Notebook icon

Mathcha Notebook 1.0.463

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