nixos-config/2configs/dict.nix

6 lines
134 B
Nix
Raw Normal View History

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