Getting aerc working. Separating out mail into its own nix file

This commit is contained in:
2019-11-28 22:12:41 -05:00
parent a8daa32464
commit 1d0fee7cd2
4 changed files with 110 additions and 92 deletions

View File

@@ -189,7 +189,7 @@
};
};
imports = [ ./home-common.nix ];
imports = [ ./home-common.nix ./home-mail.nix ];
programs.alacritty.settings.font.size = 10.0;
}