mirror of
https://github.com/nix-community/home-manager
synced 2025-02-06 00:05:05 +01: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;
|
||
|
};
|
||
|
}
|