Gisto icon

Gisto 2.0.7

Snippets management desktop application

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "gisto",
  "version": "2.0.7",
  "src": {
    "url": "https://github.com/Gisto/Gisto/releases/download/v2.0.7/Gisto_2.0.7_aarch64.dmg",
    "sha256": "98d363140b3e147f355525124e15a31cea471009987adabd73ed398dfc205fb9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Gisto.app\" && cp -r \"Gisto.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Snippets management desktop application",
    "homepage": "https://www.gisto.org/"
  }
}