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 = [
|
imports = [
|
||||||
#./plymouth.nix
|
#./plymouth.nix
|
||||||
|
./accessibility.nix
|
||||||
./customisation.nix
|
./customisation.nix
|
||||||
./environment.nix
|
./environment.nix
|
||||||
./locale.nix
|
./locale.nix
|
||||||
|
|
Loading…
Add table
Reference in a new issue