PairPods icon

PairPods 0.7.0

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.7.0",
  "src": {
    "url": "https://github.com/wozniakpawel/PairPods/releases/download/v0.7.0/PairPods-0.7.0.app.zip",
    "sha256": "08c900877a33c2f3c54398001e129933a98d3e931d102929a97efc6c995bc1b0"
  },
  "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/"
  }
}