Gitify icon

Gitify 5.18.0

GitHub notifications on your menu bar

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "gitify",
  "version": "5.18.0",
  "src": {
    "url": "https://github.com/gitify-app/gitify/releases/download/v5.18.0/Gitify-5.18.0-universal-mac.zip",
    "sha256": "84c0aefd7f8bf3107afeee8168daad912060ce9d05fba404c5383688a4b4731b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Gitify.app\" \"$out/Applications/Gitify.app\""
  ],
  "meta": {
    "description": "GitHub notifications on your menu bar",
    "homepage": "https://github.com/gitify-app/gitify"
  }
}