Reflect Notes icon

Reflect Notes 3.0.5

Note taking app for meetings, ideas, journalling, and research

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    reflect # Reflect Notes
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    reflect # Reflect Notes
  ];
}

Package Definition

{
  "pname": "reflect",
  "version": "3.0.5",
  "src": {
    "url": "https://github.com/team-reflect/reflect-electron-updates/releases/download/v3.0.5/Reflect-darwin-arm64-3.0.5.zip",
    "sha256": "d02271319d42de1d567bca2bc9197cd84f25ef0c7bdb5a4ae213fa35f74ff8d2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Reflect.app\" && cp -r \"Reflect.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Note taking app for meetings, ideas, journalling, and research",
    "homepage": "https://reflect.app/"
  }
}