Heynote icon

Heynote 2.5.0

Dedicated scratchpad for developers

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    heynote # Heynote
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    heynote # Heynote
  ];
}

Package Definition

{
  "pname": "heynote",
  "version": "2.5.0",
  "src": {
    "url": "https://github.com/heyman/heynote/releases/download/v2.5.0/Heynote_2.5.0_arm64.dmg",
    "sha256": "f303a788948fa15a0cecca9a05f3330db8f088f5308ffcef4207a8a6686cf335"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Heynote.app\" && cp -r \"Heynote.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Dedicated scratchpad for developers",
    "homepage": "https://heynote.com/"
  }
}