nix/shared/mail.nix

7 lines
No EOL
86 B
Nix

{ ... }:
{
# Import dependencies
imports = [
./mail/maddy.nix
];
}