Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
remnote # RemNote
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
remnote # RemNote
];
} Package Definition
{
"pname": "remnote",
"version": "1.22.49",
"src": {
"url": "https://download2.remnote.io/remnote-desktop2/RemNote-1.22.49-arm64-mac.zip",
"sha256": "95907e59bf220f6855e3a8fc295589b4bb01375f60c8df031466e7e015161674"
},
"installPhase": [
"mkdir -p \"$out/Applications/RemNote.app\" && cp -r \"RemNote.app\" \"$out/Applications\""
],
"meta": {
"description": "Spaced-repetition powered note-taking tool",
"homepage": "https://www.remnote.com/"
}
}