Chatty icon

Chatty 0.28

Twitch chat client

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "chatty",
  "version": "0.28",
  "src": {
    "url": "https://github.com/chatty/chatty/releases/download/v0.28/Chatty_0.28.zip",
    "sha256": "0a6def5121c07d10823969e3cb0d201d934de6a0bdecde7e068672705e5c7f7c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Chatty\" && cp -r \"Chatty\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Twitch chat client",
    "homepage": "https://chatty.github.io/"
  }
}