aboutsummaryrefslogtreecommitdiff
path: root/users/tdback/modules/email
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2025-03-15 14:52:50 -0400
committertdback <tyler@tdback.net>2025-03-15 14:52:50 -0400
commit6d735b3d47845a95b5b12cb991b47bd7c236d500 (patch)
treed1097f64990979ffe0a5a62152e661cf208ca76d /users/tdback/modules/email
parent87ed172749c656861a43dbf3640fe58291d8032f (diff)
users/tdback: include commentary in modules
Diffstat (limited to 'users/tdback/modules/email')
-rw-r--r--users/tdback/modules/email/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/tdback/modules/email/default.nix b/users/tdback/modules/email/default.nix
index 5a2f915..96640b4 100644
--- a/users/tdback/modules/email/default.nix
+++ b/users/tdback/modules/email/default.nix
@@ -1,3 +1,7 @@
+# users/tdback/modules/email/default.nix
+#
+# Archaic communication in the modern age.
+
{
config,
lib,
@@ -43,9 +47,11 @@ in
};
};
+ # Require these programs for fetching/sending mail.
programs.mbsync.enable = true;
programs.msmtp.enable = true;
+ # Make these packages available in the cli if we are using emacs.
home.packages =
with pkgs.unstable;
lib.mkIf config.programs.emacs.enable [