Dot icon

Dot 2.3.0

Menu bar calendar with meeting reminders

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "dot",
  "version": "2.3.0",
  "src": {
    "url": "https://github.com/prateekkeshari/dot-releases/releases/download/v2.3.0/Dot-2.3.0.dmg",
    "sha256": "8bfd5fea433d4f399cf183f5fcdfcd33dae632d4d692a2dfd5a1916358960f4a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Dot.app\" && cp -r \"Dot.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Menu bar calendar with meeting reminders",
    "homepage": "https://www.trydot.app/"
  }
}