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.1.1",
"src": {
"url": "https://github.com/prateekkeshari/dot-releases/releases/download/v2.1.1/Dot-2.1.1.dmg",
"sha256": "36f78239aadf728f001116a1e6d9281ccd0df75a9f730de0641b327b35c97992"
},
"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/"
}
}