Pomatez icon

Pomatez 1.11.0

Pomodoro timer

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "pomatez",
  "version": "1.11.0",
  "src": {
    "url": "https://github.com/zidoro/pomatez/releases/download/v1.11.0/Pomatez-v1.11.0-mac-arm64.dmg",
    "sha256": "7c24b6ddf6f913ec4eec26f097788d42eb0ead3c96560f579d0fd8babb6f405b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Pomatez.app\" && cp -r \"Pomatez.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Pomodoro timer",
    "homepage": "https://zidoro.github.io/pomatez"
  }
}