HapiGo icon

HapiGo 2.20.0

Application launcher and productivity software

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "hapigo",
  "version": "2.20.0",
  "src": {
    "url": "https://dl.hapigo.com/HapiGo_2.20.0.dmg",
    "sha256": "249dc7e25e0493ececcc1ad80bfe54f8b1795fb67adedf91e1b3222ce3bfada8"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/HapiGo.app\" && cp -r \"HapiGo.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Application launcher and productivity software",
    "homepage": "https://www.hapigo.com/"
  }
}