Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
timecamp # TimeCamp
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
timecamp # TimeCamp
];
} Package Definition
{
"pname": "timecamp",
"version": "1.8.4.0",
"src": {
"url": "https://timecamp.s3.amazonaws.com/downloadsoft/1.8.4.0/TimeCampSetup_macOS.dmg",
"sha256": "6b883f60641ef6d1dfa1dae03f27ad0fa640b5ef2dc36c64c715ead337ae439e"
},
"installPhase": [
"mkdir -p \"$out/Applications/TimeCamp.app\" && cp -r \"TimeCamp.app\" \"$out/Applications\""
],
"meta": {
"description": "Client application for TimeCamp software - track time and change tasks",
"homepage": "https://www.timecamp.com/"
}
}