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