aboutsummaryrefslogtreecommitdiff
path: root/modules/email
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-06-06 17:16:55 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-06-06 17:16:55 -0400
commit442df7a3962662458c8297bc3db313be79462c9b (patch)
treeb33615f9e543823e08272abc3c1bb82fd839ae62 /modules/email
parent6a7337ab1ce0b1e5bf89600d157c315709907781 (diff)
downloadhome-442df7a3962662458c8297bc3db313be79462c9b.tar.gz
modules/aerc: init
Diffstat (limited to 'modules/email')
-rw-r--r--modules/email/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/email/default.nix b/modules/email/default.nix
index e3566c2..bcbc21c 100644
--- a/modules/email/default.nix
+++ b/modules/email/default.nix
@@ -16,6 +16,9 @@ in
passwordCommand = "${pkgs.pass}/bin/pass show email/stefan@s00.xyz";
aerc = {
enable = true;
+ extraAccounts = {
+ default = "INBOX";
+ };
};
imap = {
host = "imap.s00.xyz";