nixpkgs/home/services.nix

14 lines
186 B
Nix
Raw Normal View History

{ config }:
{
dunst = import ./services/dunst.nix {
inherit config;
};
languagetool.enable = true;
mailhog.enable = true;
nextcloud-client.enable = true;
}