summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-09-04 13:44:51 +0200
committerlassulus <git@lassul.us>2023-09-04 13:44:51 +0200
commitde37ad95995c89054fb3a864ce4e56f2b2aa12df (patch)
tree2ebd162013ec4afbcd6eec47a7fcfe5ae83b3779 /lass
parent236856503c9507794c9042996f013d1848fde30f (diff)
realwallpaper get_constellations: make importable
Diffstat (limited to 'lass')
-rw-r--r--lass/2configs/services/radio/news.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/lass/2configs/services/radio/news.nix b/lass/2configs/services/radio/news.nix
index a9cddb62a..b17c2e629 100644
--- a/lass/2configs/services/radio/news.nix
+++ b/lass/2configs/services/radio/news.nix
@@ -10,7 +10,7 @@ let
SPEAKER=$[ $RANDOM % 900 ]
while read line; do
echo "$line" |
- ${pkgs.larynx}/bin/larynx \
+ ${pkgs.piper-tts}/bin/piper \
--model ${pkgs.fetchzip {
url = "https://github.com/rhasspy/piper/releases/download/v0.0.2/voice-en-us-libritts-high.tar.gz";
hash = "sha256-jCoK4p0O7BuF0nr6Sfj40tpivCvU5M3GHKQRg1tfIO8=";
@@ -126,5 +126,6 @@ in
environment.systemPackages = [
send_to_radio
newsshow
+ tts
];
}