HapiGo icon

HapiGo 2.16.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.16.1",
  "src": {
    "url": "https://dl.hapigo.com/HapiGo_2.16.1.dmg",
    "sha256": "0f400ae5760e5d44ce014231d16937176c1ff1fc0039658c21feee0050d753c7"
  },
  "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/"
  }
}