mirror of
https://github.com/srid/nixos-config.git
synced 2026-04-09 04:05:38 +08:00
speechd
This commit is contained in:
parent
83689da0a2
commit
6fed51e1a8
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue