Commit e8b880898214
Changed files (1)
systems
hosts
systems/hosts/wakasu.nix
@@ -169,6 +169,10 @@ in
};
};
services = {
+ dictd = {
+ enable = true;
+ DBs = with pkgs.dictdDBs; [ wiktionary wordnet fra2eng eng2fra ];
+ };
locate = {
enable = true;
pruneBindMounts = true;