TimeScribe icon

TimeScribe 1.6.0

Working time tracker

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "timescribe",
  "version": "1.6.0",
  "src": {
    "url": "https://github.com/WINBIGFOX/TimeScribe/releases/download/v1.6.0/TimeScribe-1.6.0-arm64.zip",
    "sha256": "0d307ab6eb274fd03aa0b457ad5558ce8aebc2d80f44f254c2990564b4799ac0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/TimeScribe.app\" && cp -r \"TimeScribe.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Working time tracker",
    "homepage": "https://timescribe.app/"
  }
}