Kakapo icon

Kakapo 1.3.0

Open-source ambient sound mixer

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "kakapo",
  "version": "1.3.0",
  "src": {
    "url": "https://github.com/bluedaniel/Kakapo-app/releases/download/v1.3.0/Kakapo-1.3.0-Mac.zip",
    "sha256": "4f89f2d651b88e7c13bce3cccefc4929e83a5f509dae102f071ecd80aab9d524"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Kakapo.app\" && cp -r \"Kakapo.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Open-source ambient sound mixer",
    "homepage": "https://github.com/bluedaniel/Kakapo-app"
  }
}