MacPulse icon

MacPulse 1.2.5

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.2.5",
  "src": {
    "url": "https://macpulse.app/downloads/MacPulse-1.2.5.dmg",
    "sha256": "737be2b33fe6034e64b17e197385834b2577debe541fac80fd3c47bfc9b1950b"
  },
  "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/"
  }
}