stockholm/makefu/2configs/dict.nix

6 lines
134 B
Nix
Raw Normal View History

2019-01-28 07:27:57 +00:00
{ pkgs, ... }:
{
services.dictd.enable = true;
services.dictd.DBs = with pkgs.dictdDBs; [ wiktionary wordnet deu2eng eng2deu ];
}