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