enabled basic speech support
This commit is contained in:
parent
c8605e5cda
commit
0c9ee1c606
2 changed files with 4 additions and 0 deletions
3
modules/accessibility.nix
Normal file
3
modules/accessibility.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{ ... }: {
|
||||
services.speechd.enable = true;
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
#./plymouth.nix
|
||||
./accessibility.nix
|
||||
./customisation.nix
|
||||
./environment.nix
|
||||
./locale.nix
|
||||
|
|
Loading…
Add table
Reference in a new issue