Dayflow icon

Dayflow 1.1.8

Generate a timeline of your day, automatically

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "dayflow",
  "version": "1.1.8",
  "src": {
    "url": "https://github.com/JerryZLiu/Dayflow/releases/download/v1.1.8/Dayflow.dmg",
    "sha256": "b3d2e024f1353731c26224bf71cd97bf8d1e394273c9b037284f89607ce78f3c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Dayflow.app\" && cp -r \"Dayflow.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Generate a timeline of your day, automatically",
    "homepage": "https://github.com/JerryZLiu/Dayflow"
  }
}