mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-06 16:57:03 +00:00
5 lines
116 B
Nix
5 lines
116 B
Nix
{
|
|
imports = [ ./config-one-account.nix ];
|
|
|
|
accounts.email.accounts.example.aliases = [ "alias@example.com" ];
|
|
}
|