Fellow icon

Fellow 5.2.3

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