Fellow icon

Fellow 5.0.5

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