mautrix-whatsapp: Add release notes

This commit is contained in:
Frédéric Christ 2023-08-02 21:37:30 +02:00
parent 0173330426
commit a71889c042
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@
- [wayfire](https://wayfire.org), A modular and extensible wayland compositor. Available as [programs.wayfire](#opt-programs.wayfire.enable).
- [mautrix-whatsapp](https://docs.mau.fi/bridges/go/whatsapp/index.html) A Matrix-WhatsApp puppeting bridge
- [GoToSocial](https://gotosocial.org/), an ActivityPub social network server, written in Golang. Available as [services.gotosocial](#opt-services.gotosocial.enable).
- [Typesense](https://github.com/typesense/typesense), a fast, typo-tolerant search engine for building delightful search experiences. Available as [services.typesense](#opt-services.typesense.enable).

View File

@ -1480,5 +1480,5 @@
./virtualisation/waydroid.nix
./virtualisation/xe-guest-utilities.nix
./virtualisation/xen-dom0.nix
{documentation.nixos.extraModules = [./virtualisation/qemu-vm.nix];}
{ documentation.nixos.extraModules = [ ./virtualisation/qemu-vm.nix ]; }
]