Fathom icon

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