Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
thyme # Thyme
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
thyme # Thyme
];
}
Package Definition
{
"pname": "thyme",
"version": "0.5.1",
"src": {
"url": "https://github.com/joaomoreno/thyme/releases/download/0.5.1/Thyme.0.5.1.dmg",
"sha256": "9757fff3198d379d3fc1d6231669d1eea6e0d1ba7aa2b876782998415d050ae2"
},
"installPhase": [
"mkdir -p \"$out/Applications/Thyme.app\" && cp -r \"Thyme.app\" \"$out/Applications\""
],
"meta": {
"description": "Task timer",
"homepage": "https://joaomoreno.github.io/thyme/"
}
}