Petrichor icon

Petrichor 1.5.1

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.5.1",
  "src": {
    "url": "https://github.com/kushalpandya/Petrichor/releases/download/v1.5.1/Petrichor-1.5.1-Universal.dmg",
    "sha256": "bd4c36df5a41bef131a7811e11dab445cb5dcb505faa81aceb546a4f73f53e7b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Petrichor.app\" && cp -r \"Petrichor.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Offline Music Player",
    "homepage": "https://github.com/kushalpandya/Petrichor"
  }
}