Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
icollections # iCollections
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
icollections # iCollections
];
}
Package Definition
{
"pname": "icollections",
"version": "8.5.1",
"src": {
"url": "https://naarakstudio.com/download/iCollections.dmg",
"sha256": "no_check"
},
"installPhase": [
"mkdir -p \"$out/Applications\" && cp -r \"iCollections.app\" \"$out/Applications/iCollections.app\""
],
"meta": {
"description": "App to help keep the desktop organised",
"homepage": "https://naarakstudio.com/icollections/"
}
}