Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
servpane # ServPane
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
servpane # ServPane
];
}
Package Definition
{
"pname": "servpane",
"version": "0.1.1",
"src": {
"url": "https://github.com/aderyabin/ServPane/releases/download/v0.1.1/ServPane-0.1.1.dmg",
"sha256": "07f37334bc723d4aefa81411e604d4a20306d89b1553500b8acc715ee503f314"
},
"installPhase": [
"mkdir -p \"$out/Applications/ServPane.app\" && cp -r \"ServPane.app\" \"$out/Applications\""
],
"meta": {
"description": "Launchd menu bar app",
"homepage": "https://github.com/aderyabin/ServPane"
}
}