Fellow icon

Fellow 5.0.6

Collaborative meeting agendas, notes, and action items

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    fellow # Fellow
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    fellow # Fellow
  ];
}

Package Definition

{
  "pname": "fellow",
  "version": "5.0.6",
  "src": {
    "url": "https://cdn.fellow.app/desktop/5.0.6/darwin/stable/universal/Fellow-5.0.6-universal.dmg",
    "sha256": "4dfe4dc811c4dc70b73e1707c367b0d32722c8ab8374f5e9d2f104f4dbd93f67"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Fellow.app\" && cp -r \"Fellow.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Collaborative meeting agendas, notes, and action items",
    "homepage": "https://fellow.app/"
  }
}