Fathom icon

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