ma dict: actually use the dict server
This commit is contained in:
parent
db9163a600
commit
80c2ab739d
@ -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 ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user