Reflect Notes icon

Reflect Notes 3.3.1

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