Rnote icon

Rnote 0.12.0+199

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.12.0+199",
  "src": {
    "url": "https://gitlab.com/api/v4/projects/44053427/packages/generic/rnote_macos/0.12.0+199/Rnote-0.12.0+199_arm64.dmg",
    "sha256": "c229895f1e844ce8e81e5fd7e34fbc3c9404cefe136cb66b9ca7601b86c098d7"
  },
  "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/"
  }
}