NixOS-Speak/default.nix

8 lines
52 B
Nix
Raw Normal View History

2020-07-01 15:59:31 +02:00
{ ... }:
{
imports = [
./options/espeak.nix
];
}