Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
october # October
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
october # October
];
}
Package Definition
{
"pname": "october",
"version": "1.10.0",
"src": {
"url": "https://github.com/marcus-crane/october/releases/download/v1.10.0/october_1.10.0_darwin_arm64.zip",
"sha256": "a457775cbe48ff05a455af5635931722caa94f460798fa935e54a8bf8e13b67e"
},
"installPhase": [
"mkdir -p \"$out/Applications/October.app\" && cp -r \"October.app\" \"$out/Applications\""
],
"meta": {
"description": "GUI for retrieving Kobo highlights and syncing them with Readwise",
"homepage": "https://october.utf9k.net/"
}
}