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.13.1+212",
"src": {
"url": "https://gitlab.com/api/v4/projects/44053427/packages/generic/rnote_macos/0.13.1+212/Rnote-0.13.1+212_arm64.dmg",
"sha256": "2ccb46aeab91b09cfb4a7e3411aaae21939eb7391a1d2062e4cec9bba968808c"
},
"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/"
}
}