Fathom icon

Fathom 1.41.0

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": "1.41.0",
  "src": {
    "url": "https://storage.googleapis.com/electron_releases/v1.41.0/Fathom-darwin-arm64-1.41.0.dmg",
    "sha256": "6b035e7b7e1db7c59c34ed53736522f11b220e7877edbde6d9e15ef7799e8a92"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Fathom.app\" && cp -r \"Fathom.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Record and transcribe video conferences",
    "homepage": "https://fathom.video/"
  }
}