HapiGo icon

HapiGo 2.14.1

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.14.1",
  "src": {
    "url": "https://dl.hapigo.com/HapiGo_2.14.1.dmg",
    "sha256": "690da916e81ccbf31b3c5466070c7973f8f5f636c776fa5ce7f18bcdb6a1d05d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"HapiGo.app\" \"$out/Applications/HapiGo.app\""
  ],
  "meta": {
    "description": "Application launcher and productivity software",
    "homepage": "https://www.hapigo.com/"
  }
}