Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
vitals # Vitals
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
vitals # Vitals
];
} Package Definition
{
"pname": "vitals",
"version": "0.9",
"src": {
"url": "https://github.com/hmarr/vitals/releases/download/v0.9/vitals-v0.9.zip",
"sha256": "18206b666b7629bc56cf2154b001112a67cdf06222a03049ab0823d088180ed7"
},
"installPhase": [
"mkdir -p \"$out/Applications/Vitals.app\" && cp -r \"Vitals.app\" \"$out/Applications\""
],
"meta": {
"description": "Tiny process monitor",
"homepage": "https://github.com/hmarr/vitals/"
}
}