Kaidan

Cross-platform chat client for the XMPP protocol

This project is funded by NLnet through these subgrants:

Options

programs.kaidan
programs.kaidan.enable

Whether to enable enable Kaidan.

Type:
boolean
Default:
false
programs.kaidan.package

The kaidan package to use.

Type:
package
Default:
pkgs.kaidan
Notes:
Missing update script An update script is required for automatically tracking the latest release.
services.kaidan Implement missing module

Examples

Kaidan program example
{
  ...
}:
{
  programs.kaidan.enable = true;
}