Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
taskpaper # TaskPaper
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
taskpaper # TaskPaper
];
}
Package Definition
{
"pname": "taskpaper",
"version": "3.9.2",
"src": {
"url": "https://www.taskpaper.com/assets/app/TaskPaper-3.9.2.dmg",
"sha256": "06e1797fc4be201f8d71511df8603775206854ea2daecaadda182bb36ce3d7f5"
},
"installPhase": [
"mkdir -p \"$out/Applications\" && cp -r \"TaskPaper.app\" \"$out/Applications/TaskPaper.app\""
],
"meta": {
"description": "App to make lists and help with organisation",
"homepage": "https://www.taskpaper.com/"
}
}