Halloy icon

Halloy 2025.8

IRC client

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "halloy",
  "version": "2025.8",
  "src": {
    "url": "https://github.com/squidowl/halloy/releases/download/2025.8/halloy.dmg",
    "sha256": "6fe503ed47270864c04275c22112fc6606179eb107b2899a9b6127ba3eb38c36"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Halloy.app\" && cp -r \"Halloy.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "IRC client",
    "homepage": "https://halloy.chat/"
  }
}