nixos: dictd, make wiktionary and wordnet default dicts

This commit is contained in:
Edward Tjörnhammar 2016-10-19 08:35:37 +02:00
parent 642366d103
commit eacb020a0c
No known key found for this signature in database
GPG key ID: 7B82CE4A866B6845

View file

@ -24,7 +24,7 @@ in
DBs = mkOption {
type = types.listOf types.package;
default = [];
default = with pkgs.dictdDBs; [ wiktionary wordnet ];
example = [ pkgs.dictdDBs.nld2eng ];
description = ''List of databases to make available.'';
};