Petrichor icon

Petrichor 1.5.2

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