LanguageTool for Desktop icon

LanguageTool for Desktop 2.9.3,rc3

Grammar, spelling and style suggestions in all the writing apps

Installation

System wide:

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

Home Manager:

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

Package Definition

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