Fathom icon

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