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