Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
vanilla # Vanilla
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
vanilla # Vanilla
];
}
Package Definition
{
"pname": "vanilla",
"version": "2.2,61",
"src": {
"url": "https://macrelease.matthewpalmer.net/distribution/appcasts/Vanilla-61.dmg",
"sha256": "249ce3e326fad5f89580803574fbe4229a1c0796b4483e650fc27941c00cfe22"
},
"installPhase": [
"mkdir -p \"$out/Applications/Vanilla.app\" && cp -r \"Vanilla.app\" \"$out/Applications\""
],
"meta": {
"description": "Tool to hide menu bar icons",
"homepage": "https://matthewpalmer.net/vanilla/"
}
}