From 6fed51e1a81d31341e92ec844faa14b4db7425ed Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 4 Apr 2026 17:07:23 -0400 Subject: [PATCH] speechd --- configurations/nixos/pureintent/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configurations/nixos/pureintent/configuration.nix b/configurations/nixos/pureintent/configuration.nix index acf0c97..d9c8e8f 100644 --- a/configurations/nixos/pureintent/configuration.nix +++ b/configurations/nixos/pureintent/configuration.nix @@ -85,6 +85,9 @@ # Enable the OpenSSH daemon. services.openssh.enable = true; + # TTS: `spd-say "hello"` or `spd-say -l fr "bonjour"` + # Volume: `wpctl set-volume @DEFAULT_AUDIO_SINK@ 50%` (or 5%+/5%-) + services.speechd.enable = true; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions