Gisto icon

Gisto 2.8.0

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