nixos: dictd, make wiktionary and wordnet default dicts
This commit is contained in:
parent
642366d103
commit
eacb020a0c
@ -24,7 +24,7 @@ in
|
|||||||
|
|
||||||
DBs = mkOption {
|
DBs = mkOption {
|
||||||
type = types.listOf types.package;
|
type = types.listOf types.package;
|
||||||
default = [];
|
default = with pkgs.dictdDBs; [ wiktionary wordnet ];
|
||||||
example = [ pkgs.dictdDBs.nld2eng ];
|
example = [ pkgs.dictdDBs.nld2eng ];
|
||||||
description = ''List of databases to make available.'';
|
description = ''List of databases to make available.'';
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user