Gingko icon

Gingko 2.4.15

Word processor that shows structure and content

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "gingko",
  "version": "2.4.15",
  "src": {
    "url": "https://github.com/gingko/client/releases/download/v2.4.15/Gingko-2.4.15-mac.zip",
    "sha256": "bb1367b0a07a80872be253eda0519ec801e0b96b04d59c5bff3f825cf9e380c4"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Gingko.app\" && cp -r \"Gingko.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Word processor that shows structure and content",
    "homepage": "https://gingkowriter.com/"
  }
}