PairPods icon

PairPods 0.6.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.6.0",
  "src": {
    "url": "https://github.com/wozniakpawel/PairPods/releases/download/v0.6.0/PairPods-0.6.0.app.zip",
    "sha256": "9dc85b7667f5f99a7df0ceffffa5035cd97220dd0886bd576bb90e7d84dad870"
  },
  "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/"
  }
}