Tip icon

Tip 2.0.0

Programmable tooltip that can be used with any app

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "tip",
  "version": "2.0.0",
  "src": {
    "url": "https://github.com/tanin47/tip/releases/download/v2.0.0/Tip.zip",
    "sha256": "4d986a461d1b24bb5776fb49063b9a1891939f336b306a6bc75f58d0a4e98bcb"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Tip.app\" && cp -r \"Tip.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Programmable tooltip that can be used with any app",
    "homepage": "https://github.com/tanin47/tip"
  }
}