Petrichor icon

Petrichor 1.3.0

Offline Music Player

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "petrichor",
  "version": "1.3.0",
  "src": {
    "url": "https://github.com/kushalpandya/Petrichor/releases/download/v1.3.0/Petrichor-1.3.0-Universal.dmg",
    "sha256": "302fb5e65d64817f0c8364f490c2f3bd81646757d57a4cdbc0859c315143d57f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Petrichor.app\" && cp -r \"Petrichor.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Offline Music Player",
    "homepage": "https://github.com/kushalpandya/Petrichor"
  }
}