mirror of
https://github.com/nix-community/home-manager
synced 2025-01-28 20:05:02 +01:00
8 lines
149 B
Nix
8 lines
149 B
Nix
{
|
|
imports = [ ./config-one-account.nix ];
|
|
|
|
accounts.email.accounts.example2 = {
|
|
address = "alice@example2.com";
|
|
mu.enable = true;
|
|
};
|
|
}
|