forked from fabian/nix_config
it's forkin' time config de fabian
This commit is contained in:
parent
98a32736d6
commit
51a0965154
46 changed files with 119 additions and 1322 deletions
|
@ -10,12 +10,12 @@ in {
|
|||
options.local.services.accounts.enable = mkEnableOption "accounts settings";
|
||||
config = mkIf cfg.enable {
|
||||
accounts.email.accounts = {
|
||||
"fabian@posixlycorrect.com" = {
|
||||
address = "fabian@posixlycorrect.com";
|
||||
userName = "fabianmontero@fastmail.com";
|
||||
realName = "fabian";
|
||||
"josescalante9808@gmail.com" = {
|
||||
address = "josescalante9808@gmail..com";
|
||||
userName = "josescalante9808";
|
||||
realName = "josem";
|
||||
primary = true;
|
||||
flavor = "fastmail.com";
|
||||
flavor = "gmail.com";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue