···40404141- [goeland](https://github.com/slurdge/goeland), an alternative to rss2email written in golang with many filters. Available as [services.goeland](#opt-services.goeland.enable).
42424343+- [tts](https://github.com/coqui-ai/TTS), a battle-tested deep learning toolkit for Text-to-Speech. Mutiple servers may be configured below [services.tts.servers](#opt-services.tts.servers).
4444+4345- [atuin](https://github.com/ellie/atuin), a sync server for shell history. Available as [services.atuin](#opt-services.atuin.enable).
44464547- [networkd-dispatcher](https://gitlab.com/craftyguy/networkd-dispatcher), a dispatcher service for systemd-networkd connection status changes. Available as [services.networkd-dispatcher](#opt-services.networkd-dispatcher.enable).
···55, espeak-ng
66}:
7788-# USAGE:
99-# $ tts-server --list_models
1010-# # pick your favorite vocoder/tts model
1111-# $ tts-server --model_name tts_models/en/ljspeech/glow-tts --vocoder_name vocoder_models/universal/libri-tts/fullband-melgan
1212-#
1313-# If you upgrade from an old version you may have to delete old models from ~/.local/share/tts
1414-#
1515-# For now, for deployment check the systemd unit in the pull request:
1616-# https://github.com/NixOS/nixpkgs/pull/103851#issue-521121136
1717-188let
199 python = python3.override {
2010 packageOverrides = self: super: {