Fathom icon

Fathom 3.0.1

Record and transcribe video conferences

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "fathom",
  "version": "3.0.1",
  "src": {
    "url": "https://electron-update.fathom.video/download/file/Fathom-darwin-arm64-3.0.1.dmg",
    "sha256": "f07612b8b245b963d7a4fc1e9b9cb0227e2407eac58e9b32f811b13d63484935"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Fathom.app\" && cp -r \"Fathom.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Record and transcribe video conferences",
    "homepage": "https://fathom.video/"
  }
}