stockholm/makefu/2configs/dict.nix
2019-02-03 23:17:52 +01:00

7 lines
189 B
Nix

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