nixpkgs/home/services.nix

17 lines
244 B
Nix
Raw Normal View History

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