jandi icon

jandi 1.15

GitHub contributions in your status bar

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "jandi-statusbar",
  "version": "1.15",
  "src": {
    "url": "https://github.com/techinpark/Jandi/releases/download/v1.15/jandi.dmg",
    "sha256": "b2bf4a52247f171d19412b23e5d8a7f461b3d54c2cf3fc7b13bde5afe5457895"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/jandi.app\" && cp -r \"jandi.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "GitHub contributions in your status bar",
    "homepage": "https://github.com/techinpark/Jandi"
  }
}