Reflect Notes icon

Reflect Notes 3.1.7

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