Petrichor icon

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