Gisto icon

Gisto 2.0.6

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