AFFiNE icon

AFFiNE 0.19.2

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.19.2",
  "src": {
    "url": "https://github.com/toeverything/AFFiNE/releases/download/v0.19.2/affine-0.19.2-stable-macos-arm64.zip",
    "sha256": "03f8b95293ee6d19a1c21ace18568e320ed50716f482be0aeb89aa509bcc811a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"AFFiNE.app\" \"$out/Applications/AFFiNE.app\""
  ],
  "meta": {
    "description": "Note editor and whiteboard",
    "homepage": "https://affine.pro/"
  }
}