Reflect Notes icon

Reflect Notes 3.1.3

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.1.3",
  "src": {
    "url": "https://github.com/team-reflect/reflect-electron-updates/releases/download/v3.1.3/Reflect-darwin-arm64-3.1.3.zip",
    "sha256": "c9df9ed72e1b56e0ed5c31e3e995aa1f2249087b1961a413947c645053d07378"
  },
  "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/"
  }
}