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.4",
"src": {
"url": "https://www.taskpaper.com/assets/app/TaskPaper-3.9.4.dmg",
"sha256": "7f392d83857d96d5ee3c2a0792e8a24befb5094928ce850283da86bfa0684f7e"
},
"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/"
}
}