GhostPepper icon

GhostPepper 2.4.4

Speech-to-text and meeting transcription tool

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "ghostpepper",
  "version": "2.4.4",
  "src": {
    "url": "https://github.com/matthartman/ghost-pepper/releases/download/v2.4.4/GhostPepper.dmg",
    "sha256": "a8c09b24ce19613bb421c0dce06e6167d738a8295f05fa5e5a363551de6b8f06"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/GhostPepper.app\" && cp -r \"GhostPepper.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Speech-to-text and meeting transcription tool",
    "homepage": "https://github.com/matthartman/ghost-pepper"
  }
}