PairPods icon

PairPods 0.5.1

Share audio between two Bluetooth devices

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "pairpods",
  "version": "0.5.1",
  "src": {
    "url": "https://github.com/wozniakpawel/PairPods/releases/download/v0.5.1/PairPods-0.5.1.app.zip",
    "sha256": "73c984830d3abeb1f67e45d92cb45e0c765f32368d843d6ff7725316fb66bf79"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/PairPods.app\" && cp -r \"PairPods.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Share audio between two Bluetooth devices",
    "homepage": "https://pairpods.app/"
  }
}