stockholm/makefu/2configs/dict.nix

7 lines
189 B
Nix
Raw Normal View History

2019-01-28 07:27:57 +00:00
{ pkgs, ... }:
{
2019-02-03 22:17:52 +00:00
environment.shellAliases.dict = "dict -h 127.0.0.1";
2019-01-28 07:27:57 +00:00
services.dictd.enable = true;
services.dictd.DBs = with pkgs.dictdDBs; [ wiktionary wordnet deu2eng eng2deu ];
}