Agenda icon

Agenda 18.2

Note taking application focusing on dates

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "agenda",
  "version": "18.2",
  "src": {
    "url": "https://downloads.agenda.com/Agenda_18.2.zip",
    "sha256": "8be1d22a598e0b1e00d7880223a63609a9fbacbbc0461ac93e46c112b5c8c2ea"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Agenda.app\" && cp -r \"Agenda.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Note taking application focusing on dates",
    "homepage": "https://agenda.com/"
  }
}