Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
activitywatch_beta # ActivityWatch
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
activitywatch_beta # ActivityWatch
];
} Package Definition
{
"pname": "activitywatch_beta",
"version": "0.14.0b4",
"src": {
"url": "https://github.com/ActivityWatch/activitywatch/releases/download/v0.14.0b4/activitywatch-tauri-v0.14.0b4-macos-arm64.dmg",
"sha256": "0f9ec76365d3110d1b41fe111b840328a4e0d5ee8bd7cdecea19de66166f6655"
},
"installPhase": [
"mkdir -p \"$out/Applications/ActivityWatch.app\" && cp -r \"ActivityWatch.app\" \"$out/Applications\""
],
"meta": {
"description": "Time tracker",
"homepage": "https://activitywatch.net/"
}
}