Stretchly icon

Stretchly 1.17.0

Break time reminder app

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "stretchly",
  "version": "1.17.0",
  "src": {
    "url": "https://github.com/hovancik/stretchly/releases/download/v1.17.0/stretchly-1.17.0-arm64.dmg",
    "sha256": "5800f7532868a6d9232aa7f01df6a77d64af242fa35faff7820cbfdcfb512c49"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Stretchly.app\" \"$out/Applications/Stretchly.app\""
  ],
  "meta": {
    "description": "Break time reminder app",
    "homepage": "https://hovancik.net/stretchly/"
  }
}