Initial release.

This commit is contained in:
Kevin Baensch 2020-07-01 15:59:31 +02:00
parent 699b3a0760
commit 72bd841f05
Signed by: derped
GPG key ID: C0F1D326C7626543
8 changed files with 335 additions and 0 deletions

7
default.nix Normal file
View file

@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./options/espeak.nix
];
}