Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
statusfy # Statusfy
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
statusfy # Statusfy
];
}
Package Definition
{
"pname": "statusfy",
"version": "1.4.0",
"src": {
"url": "https://github.com/paulyoung/Statusfy/releases/download/1.4.0/Statusfy.zip",
"sha256": "7fcd2bf27000bec59ef76343621fc4c551c68dd5ab338742ca824b2c5fe0771b"
},
"installPhase": [
"mkdir -p \"$out/Applications/Statusfy.app\" && cp -r \"Statusfy.app\" \"$out/Applications\""
],
"meta": {
"description": "Spotify in the status bar",
"homepage": "https://github.com/paulyoung/Statusfy"
}
}