Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
removebg # remove.bg
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
removebg # remove.bg
];
}
Package Definition
{
"pname": "removebg",
"version": "2.3.0",
"src": {
"url": "https://storage.googleapis.com/removebg-static/desktop/release/darwin/x64/remove.bg-darwin-x64-2.3.0.zip",
"sha256": "5b7295a409697ab8bfe7a7770db4b11cc4851abe6e9fe3f7b200dbc3aef9ebce"
},
"installPhase": [
"mkdir -p \"$out/Applications/remove.bg.app\" && cp -r \"remove.bg.app\" \"$out/Applications\""
],
"meta": {
"description": "Automatic bulk background removal",
"homepage": "https://www.remove.bg/"
}
}