VNote icon

VNote 4.2.0

Note-taking platform

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "vnote",
  "version": "4.2.0",
  "src": {
    "url": "https://github.com/vnotex/vnote/releases/download/v4.2.0/VNote-4.2.0-mac-universal.zip",
    "sha256": "0dfaaa7e1959d6325be466335db70e34232cfc05b068f6b5146b4ff135fce204"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/VNote.app\" && cp -r \"VNote.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Note-taking platform",
    "homepage": "https://vnotex.github.io/vnote/"
  }
}