Fellow icon

Fellow 5.3.1

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.3.1",
  "src": {
    "url": "https://cdn.fellow.app/desktop/5.3.1/darwin/stable/universal/Fellow-5.3.1-universal.dmg",
    "sha256": "b8edd891fd5fc823e69c790f18863e0052c36f47713a9f33607d610d0198b6d2"
  },
  "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/"
  }
}