Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
roundpie # RoundPie
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
roundpie # RoundPie
];
} Package Definition
{
"pname": "roundpie",
"version": "1.5.1558",
"src": {
"url": "https://roundpie.app/installers/RoundPie-1.5.1558.dmg",
"sha256": "4249b963e22f6d7bb53cb6071ee37a88eb36132d3b709d7899eedc67e04ae642"
},
"installPhase": [
"mkdir -p \"$out/Applications/RoundPie.app\" && cp -r \"RoundPie.app\" \"$out/Applications\""
],
"meta": {
"description": "Pomodoro time tracker",
"homepage": "https://theroundpie.com/"
}
}