LanguageTool for Desktop icon

LanguageTool for Desktop 2.2.14

Grammar, spelling and style suggestions in all the writing apps

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    languagetool # LanguageTool for Desktop
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    languagetool # LanguageTool for Desktop
  ];
}

Package Definition

{
  "pname": "languagetool",
  "version": "2.2.14",
  "src": {
    "url": "https://languagetool.org/download/mac-app/LanguageToolDesktop-2.2.14.dmg",
    "sha256": "fe6871db3beeea3c3dc89fa8b0766ba569684e887d29f7d8e45c78150736c67d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"LanguageTool for Desktop.app\" \"$out/Applications/LanguageTool for Desktop.app\""
  ],
  "meta": {
    "description": "Grammar, spelling and style suggestions in all the writing apps",
    "homepage": "https://languagetool.org/"
  }
}