6 lines
134 B
Nix
6 lines
134 B
Nix
|
{ pkgs, ... }:
|
||
|
{
|
||
|
services.dictd.enable = true;
|
||
|
services.dictd.DBs = with pkgs.dictdDBs; [ wiktionary wordnet deu2eng eng2deu ];
|
||
|
}
|