nixpkgs/home/services.nix
2023-01-10 15:27:04 +01:00

18 lines
251 B
Nix

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