Time Out icon

Time Out 3.0

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