Grammarly icon

Grammarly 1.5.81

Utility to fix grammar errors and style issues in text

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    grammarly # Grammarly
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    grammarly # Grammarly
  ];
}

Package Definition

{
  "pname": "grammarly",
  "version": "1.5.81",
  "src": {
    "url": "https://download-editor.grammarly.com/osx/GrammarlyEditor1.5.81-osx.zip",
    "sha256": "bb30c10d4681ae753efccb055ea97290e9f208f7e62798a4be3b555b0db2230e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Grammarly Editor.app\" && cp -r \"Grammarly Editor.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Utility to fix grammar errors and style issues in text",
    "homepage": "https://www.grammarly.com/"
  }
}