MacPulse icon

MacPulse 1.0.1

System monitoring dashboard with historical analytics

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    macpulse # MacPulse
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    macpulse # MacPulse
  ];
}

Package Definition

{
  "pname": "macpulse",
  "version": "1.0.1",
  "src": {
    "url": "https://macpulse.app/downloads/MacPulse-1.0.1.dmg",
    "sha256": "04b5b2a310197c18f738a0d905c4795646b8c4b137c1a3a9fac85885a7c371f0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/MacPulse.app\" && cp -r \"MacPulse.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "System monitoring dashboard with historical analytics",
    "homepage": "https://macpulse.app/"
  }
}