Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
baritone # Baritone
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
baritone # Baritone
];
} Package Definition
{
"pname": "baritone",
"version": "1.0.9",
"src": {
"url": "https://github.com/tma02/baritone/releases/download/v1.0.9/Baritone-macOS.zip",
"sha256": "dc8eff4202b78e7bf0405b26223cb6e1892257a76af40581cc64f775ab2ca253"
},
"installPhase": [
"mkdir -p \"$out/Applications/Baritone-darwin-x64/Baritone.app\" && cp -r \"Baritone-darwin-x64/Baritone.app\" \"$out/Applications\""
],
"meta": {
"description": "Spotify controls that live in the menu bar",
"homepage": "https://tma02.github.io/baritone/"
}
}