Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
ballast # ballast
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
ballast # ballast
];
}
Package Definition
{
"pname": "ballast",
"version": "2.0.0",
"src": {
"url": "https://github.com/jamsinclair/ballast/releases/download/v2.0.0/ballast-v2.0.0.zip",
"sha256": "ec96d590fd9dbe38fe50de006160d4ff2bd10187c4b011c1f5c5ea741044904a"
},
"installPhase": [
"mkdir -p \"$out/Applications/ballast.app\" && cp -r \"ballast.app\" \"$out/Applications\""
],
"meta": {
"description": "Status Bar app to keep the audio balance from drifting",
"homepage": "https://jamsinclair.nz/ballast"
}
}