services.maubot.plugins

NixOS option

List of additional maubot plugins to make available.

type: list of package
Default
[ ]
Example
with config.services.maubot.package.plugins; [
  xyz.maubot.reactbot
  xyz.maubot.rss
];
declared in: nixos/modules/services/matrix/maubot.nixView source on NixOS/nixpkgs →