Akiflow icon

Akiflow 2.45.20,fca6f7fc

Time blocking and productivity platform

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "akiflow",
  "version": "2.45.20,fca6f7fc",
  "src": {
    "url": "https://download.akiflow.com/builds/Akiflow-2.45.20-fca6f7fc-universal.dmg",
    "sha256": "0a4a63312cc5104553554580df9c84b0b1cdb3623a0a36c8128924e2099d4b6a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Akiflow.app\" \"$out/Applications/Akiflow.app\""
  ],
  "meta": {
    "description": "Time blocking and productivity platform",
    "homepage": "https://akiflow.com/"
  }
}