Akiflow icon

Akiflow 2.45.22,b7daafbe

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.22,b7daafbe",
  "src": {
    "url": "https://download.akiflow.com/builds/Akiflow-2.45.22-b7daafbe-universal.dmg",
    "sha256": "f9ffc80abc932fceb4950becb87bb686709b2f9e6b51881b15389b161415efc0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Akiflow.app\" \"$out/Applications/Akiflow.app\""
  ],
  "meta": {
    "description": "Time blocking and productivity platform",
    "homepage": "https://akiflow.com/"
  }
}