LanguageTool for Desktop icon

LanguageTool for Desktop 3.2.0

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": "3.2.0",
  "src": {
    "url": "https://languagetool.org/download/mac-app/LanguageToolDesktop-3.2.0.dmg",
    "sha256": "88a16c8d29ad4e4a42389a4ee709c5be0cb5c3467350ff83cc61e4ba87342920"
  },
  "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/"
  }
}