diff options
Diffstat (limited to 'makefu/2configs/dict.nix')
-rw-r--r-- | makefu/2configs/dict.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/makefu/2configs/dict.nix b/makefu/2configs/dict.nix new file mode 100644 index 000000000..6db9102ba --- /dev/null +++ b/makefu/2configs/dict.nix @@ -0,0 +1,5 @@ +{ pkgs, ... }: +{ + services.dictd.enable = true; + services.dictd.DBs = with pkgs.dictdDBs; [ wiktionary wordnet deu2eng eng2deu ]; +} |