Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
textbar # TextBar
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
textbar # TextBar
];
} Package Definition
{
"pname": "textbar",
"version": "3.5.6",
"src": {
"url": "http://richsomerfield.com/apps/textbar/TextBar.app-3.5.6.zip",
"sha256": "61fba4cdab18070c1ba21176072556df42a9c92fc280a51363028d86731a298e"
},
"installPhase": [
"mkdir -p \"$out/Applications/TextBar.app\" && cp -r \"TextBar.app\" \"$out/Applications\""
],
"meta": {
"description": "Add any text to menu bar",
"homepage": "http://richsomerfield.com/apps/"
}
}