NixOS-Speak/default.nix
2020-07-01 15:59:31 +02:00

8 lines
52 B
Nix

{ ... }:
{
imports = [
./options/espeak.nix
];
}