Fellow icon

Fellow 5.5.0

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