Time Out icon

Time Out 3.0.1

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.1",
  "src": {
    "url": "https://www.dejal.com/download/timeout-3.0.1.zip",
    "sha256": "264d3ed2dfd89e24796edfb2a30c297c51be322677303acd31f620e51412d5bf"
  },
  "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/"
  }
}