nixpkgs/home/services.nix
Daniel Siepmann 11d1f134cd
Move services to own file
To streamline with other setups like home, programs, systemd, etc.
2022-05-22 20:44:54 +02:00

14 lines
186 B
Nix

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