Rnote icon

Rnote 0.14.0+227

Sketch and take handwritten notes

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "rnote",
  "version": "0.14.0+227",
  "src": {
    "url": "https://gitlab.com/api/v4/projects/44053427/packages/generic/rnote_macos/0.14.0+227/Rnote-0.14.0+227_arm64.dmg",
    "sha256": "63f3178f1fba2b0d2d2ac131766e3f581df4550a1d49dfa3d24e8cc909e44803"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Rnote.app\" && cp -r \"Rnote.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Sketch and take handwritten notes",
    "homepage": "https://rnote.flxzt.net/"
  }
}