about summary refs log tree commit diff
path: root/modules/workstation/dict/default.nix
blob: 92a619e75d23e83a13d3ce647f78247f8ee02f76 (plain) (blame)
1
2
3
4
5
6
{ pkgs, ... }:

{
  services.dictd.enable = true;
  services.dictd.DBs = with pkgs.dictdDBs; [ wiktionary ];
}