ma dict: actually use the dict server
This commit is contained in:
parent
db9163a600
commit
80c2ab739d
|
@ -1,5 +1,6 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
environment.shellAliases.dict = "dict -h 127.0.0.1";
|
||||||
services.dictd.enable = true;
|
services.dictd.enable = true;
|
||||||
services.dictd.DBs = with pkgs.dictdDBs; [ wiktionary wordnet deu2eng eng2deu ];
|
services.dictd.DBs = with pkgs.dictdDBs; [ wiktionary wordnet deu2eng eng2deu ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue