Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
scrapp # Scrapp
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
scrapp # Scrapp
];
}
Package Definition
{
"pname": "scrapp",
"version": "1.6",
"src": {
"url": "https://scrap.blob.core.windows.net/download/1.6/Scrapp.zip",
"sha256": "fdc29a6f404d88b17cc73c2bccb0bde782be1f86d8d165d3f9b4c3b83f6fdf61"
},
"installPhase": [
"mkdir -p \"$out/Applications/Scrapp.app\" && cp -r \"Scrapp.app\" \"$out/Applications\""
],
"meta": {
"description": "Screenshot tool with cloud storage",
"homepage": "https://scrapp.me/"
}
}