Gitify icon

Gitify 7.0.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": "7.0.0",
  "src": {
    "url": "https://github.com/gitify-app/gitify/releases/download/v7.0.0/Gitify-7.0.0-universal-mac.zip",
    "sha256": "2c6f2a64323cedc5b02edfc8798908457f93930e5e97dc80c75b557ae6dbd91b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Gitify.app\" && cp -r \"Gitify.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "GitHub notifications on your menu bar",
    "homepage": "https://github.com/gitify-app/gitify"
  }
}