Gisto icon

Gisto 2.0.2

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.2",
  "src": {
    "url": "https://github.com/Gisto/Gisto/releases/download/v2.0.2/Gisto_2.0.2_aarch64.dmg",
    "sha256": "4b31aa167bc0031e2ad8cf910ccdfe71799daf5e9a130a9c8844d4bedc5b2a4b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Gisto.app\" \"$out/Applications/Gisto.app\""
  ],
  "meta": {
    "description": "Snippets management desktop application",
    "homepage": "https://www.gisto.org/"
  }
}