Empoche icon

Empoche 0.4.5

Automatic time-tracking with task and project management

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "empoche",
  "version": "0.4.5",
  "src": {
    "url": "https://empoche-desktop.s3.amazonaws.com/Empoche-0.4.5-mac.zip",
    "sha256": "8a4c57928da42a3ed60b1e0648b24614f84ecc582f3b9c9ee04cd5323e58ea4f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Empoche.app\" && cp -r \"Empoche.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Automatic time-tracking with task and project management",
    "homepage": "https://empoche.com/"
  }
}