Pomododo icon

Pomododo 3.4.2,1508736942

Time management app for creators

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "pomotodo",
  "version": "3.4.2,1508736942",
  "src": {
    "url": "https://cdn.hackplan.com/theair/1508736942/Pomotodo.3.4.2.dmg",
    "sha256": "7726496a48eeb2901c9762de2a2df743b2010e7ad0b6ccd2cab5a4f49a496f93"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Pomotodo.app\" \"$out/Applications/Pomotodo.app\""
  ],
  "meta": {
    "description": "Time management app for creators",
    "homepage": "https://pomotodo.com/"
  }
}