Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
remarkable # Remarkable
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
remarkable # Remarkable
];
} Package Definition
{
"pname": "remarkable",
"version": "3.9.0.816,53477376,qt6-adNuyOp3UK",
"src": {
"url": "https://updates-download.cloud.remarkable.engineering/sparkle/reMarkableMacOs/53477376/reMarkable-3.9.0.816.qt6-adNuyOp3UK.dmg",
"sha256": "fe8d5c1643ea0d99fbfd20ec7874ecee292f0ca7da3882dac64005ab97052227"
},
"installPhase": [
"mkdir -p \"$out/Applications/reMarkable.app\" && cp -r \"reMarkable.app\" \"$out/Applications\""
],
"meta": {
"description": "View, Screen Share, organise, import, and download files to a reMarkable device",
"homepage": "https://remarkable.com/"
}
}