summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-02-03 23:17:52 +0100
committermakefu <github@syntax-fehler.de>2019-02-03 23:17:52 +0100
commit80c2ab739d2d51bf47b07fd6f39508a85077b0e6 (patch)
tree6fcb07d4ade2f482d73558d062aff0e1121149f7 /makefu
parentdb9163a6005ad7e6f78a67c6a306cb4fa183698f (diff)
ma dict: actually use the dict server
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/dict.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/dict.nix b/makefu/2configs/dict.nix
index 6db9102b..08f1f850 100644
--- a/makefu/2configs/dict.nix
+++ b/makefu/2configs/dict.nix
@@ -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 ];
}