GitLight icon

GitLight 0.17.6

Desktop notifications for GitHub & GitLab

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "gitlight",
  "version": "0.17.6",
  "src": {
    "url": "https://github.com/colinlienard/gitlight/releases/download/gitlight-v0.17.6/GitLight_0.17.6_aarch64.dmg",
    "sha256": "939c3774cf3ea4e3b8e8b308d16dbdae7e07ee00778125633170c52559c812ce"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/GitLight.app\" && cp -r \"GitLight.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Desktop notifications for GitHub & GitLab",
    "homepage": "https://gitlight.app/"
  }
}