Textual icon

Textual 7.2.4,250205.21,3b1c05cfe

Application for interacting with Internet Relay Chat (IRC) chatrooms

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "textual",
  "version": "7.2.4,250205.21,3b1c05cfe",
  "src": {
    "url": "https://cached.codeux.com/textual/downloads/builds/stable/Textual-3b1c05cfe/universal/Textual.zip",
    "sha256": "627f43539553290b96582c6bd4ef02451e00178689a8dcf03fd88acf0021ff28"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Textual.app\" \"$out/Applications/Textual.app\""
  ],
  "meta": {
    "description": "Application for interacting with Internet Relay Chat (IRC) chatrooms",
    "homepage": "https://www.codeux.com/textual/"
  }
}