SimpleTex icon

SimpleTex 0.2.11

Formula snipping and recognition app

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    simpletex # SimpleTex
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    simpletex # SimpleTex
  ];
}

Package Definition

{
  "pname": "simpletex",
  "version": "0.2.11",
  "src": {
    "url": "https://update.simpletex.net/publish/electron/darwin/SimpleTex-0.2.11-arm64.dmg",
    "sha256": "e18dad77f1f7aff9a6d79832e1503468f0ff8948e22da91f8c41e17faa7163f7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/SimpleTex.app\" && cp -r \"SimpleTex.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Formula snipping and recognition app",
    "homepage": "https://simpletex.net/"
  }
}