AFFiNE icon

AFFiNE 0.20.3

Note editor and whiteboard

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "affine",
  "version": "0.20.3",
  "src": {
    "url": "https://github.com/toeverything/AFFiNE/releases/download/v0.20.3/affine-0.20.3-stable-macos-arm64.zip",
    "sha256": "08dd888c8ff3d23f650bdf6cab26282db943a8515e979defe595a477b5b90237"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"AFFiNE.app\" \"$out/Applications/AFFiNE.app\""
  ],
  "meta": {
    "description": "Note editor and whiteboard",
    "homepage": "https://affine.pro/"
  }
}