Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
paperpile # Paperpile
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
paperpile # Paperpile
];
} Package Definition
{
"pname": "paperpile",
"version": "0.10.1",
"src": {
"url": "https://cdn.paperpile.com/download/desktop/Paperpile-0.10.1.dmg",
"sha256": "97efa23fca20d1bb650bf3c4d94db0b6b105d1d2182dab086162cf927349283f"
},
"installPhase": [
"mkdir -p \"$out/Applications/Paperpile.app\" && cp -r \"Paperpile.app\" \"$out/Applications\""
],
"meta": {
"description": "Citation plugin for Microsoft Word",
"homepage": "https://paperpile.com/word-plugin/"
}
}