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.3",
"src": {
"url": "https://www.taskpaper.com/assets/app/TaskPaper-3.9.3.dmg",
"sha256": "db1762263b3cc79555c630a3a09909ad6b488964e55c3525e7a44ddb7b1cc449"
},
"installPhase": [
"mkdir -p \"$out/Applications/TaskPaper.app\" && cp -r \"TaskPaper.app\" \"$out/Applications\""
],
"meta": {
"description": "App to make lists and help with organisation",
"homepage": "https://www.taskpaper.com/"
}
}