1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-09 18:26:54 +00:00
home-manager/tests/integration/standalone/mu/config-two-accounts.nix

9 lines
149 B
Nix
Raw Normal View History

2024-12-17 17:28:24 +01:00
{
imports = [ ./config-one-account.nix ];
accounts.email.accounts.example2 = {
address = "alice@example2.com";
mu.enable = true;
};
}