summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/dict.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/dict.nix')
-rw-r--r--makefu/2configs/dict.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/makefu/2configs/dict.nix b/makefu/2configs/dict.nix
deleted file mode 100644
index 08f1f850..00000000
--- a/makefu/2configs/dict.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ pkgs, ... }:
-{
- environment.shellAliases.dict = "dict -h 127.0.0.1";
- services.dictd.enable = true;
- services.dictd.DBs = with pkgs.dictdDBs; [ wiktionary wordnet deu2eng eng2deu ];
-}