ma dict: actually use the dict server

This commit is contained in:
makefu 2019-02-03 23:17:52 +01:00
parent db9163a600
commit 80c2ab739d
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -1,5 +1,6 @@
{ pkgs, ... }:
{
environment.shellAliases.dict = "dict -h 127.0.0.1";
services.dictd.enable = true;
services.dictd.DBs = with pkgs.dictdDBs; [ wiktionary wordnet deu2eng eng2deu ];
}