ChatWork icon

ChatWork 2.10.0

Group chat software

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "chatwork",
  "version": "2.10.0",
  "src": {
    "url": "https://desktop-app.chatwork.com/installer/ChatWork.dmg",
    "sha256": "no_check"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"ChatWork.app\" \"$out/Applications/ChatWork.app\""
  ],
  "meta": {
    "description": "Group chat software",
    "homepage": "https://www.chatwork.com/"
  }
}