Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
rewritebar # RewriteBar
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
rewritebar # RewriteBar
];
} Package Definition
{
"pname": "rewritebar",
"version": "2.22.0",
"src": {
"url": "https://rewritebar.com/download/v2.22.0.zip",
"sha256": "c3bf7736126e1ae4bb25f71b4cd1208cfbbc7bb534adb4276183d48e1f76431c"
},
"installPhase": [
"mkdir -p \"$out/Applications/RewriteBar.app\" && cp -r \"RewriteBar.app\" \"$out/Applications\""
],
"meta": {
"description": "AI-powered writing assistant",
"homepage": "https://rewritebar.com/"
}
}