Reflect Notes icon

Reflect Notes 3.3.6

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.3.6",
  "src": {
    "url": "https://github.com/team-reflect/reflect-electron-updates/releases/download/v3.3.6/Reflect-darwin-universal-3.3.6.zip",
    "sha256": "476bbf824f6d627a2c2b7acb385e01a606994195313af48fab90afc4d3c9f9ef"
  },
  "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/"
  }
}