mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-09 18:26:54 +00:00
10 lines
167 B
Nix
10 lines
167 B
Nix
|
{
|
||
|
imports = [ ./config-no-accounts.nix ];
|
||
|
|
||
|
accounts.email.accounts.example = {
|
||
|
primary = true;
|
||
|
address = "alice@example.com";
|
||
|
mu.enable = true;
|
||
|
};
|
||
|
}
|