Time Out icon

Time Out 3.0.2

Customizable timing of breaks

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    time-out # Time Out
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    time-out # Time Out
  ];
}

Package Definition

{
  "pname": "time-out",
  "version": "3.0.2",
  "src": {
    "url": "https://www.dejal.com/download/timeout-3.0.2.zip",
    "sha256": "ce2c8ce474dce939046051bfd64def6139b73e63873113157f677ba0422912de"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Time Out.app\" && cp -r \"Time Out.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Customizable timing of breaks",
    "homepage": "https://www.dejal.com/timeout/"
  }
}