Fathom icon

Fathom 3.3.2

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.3.2",
  "src": {
    "url": "https://electron-update.fathom.video/download/file/Fathom-darwin-arm64-3.3.2.dmg",
    "sha256": "0e66e294afa5dea5ac2c8ab4d3948ad1075df9160cdc42e052acf3e9474cfdb5"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Fathom.app\" && cp -r \"Fathom.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Record and transcribe video conferences",
    "homepage": "https://fathom.video/"
  }
}