aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/mail/pkgs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workstation/mail/pkgs.nix')
-rw-r--r--modules/workstation/mail/pkgs.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/workstation/mail/pkgs.nix b/modules/workstation/mail/pkgs.nix
new file mode 100644
index 00000000000..380e1b530a6
--- /dev/null
+++ b/modules/workstation/mail/pkgs.nix
@@ -0,0 +1,16 @@
+/* USERSPACE MAIL CONFIGURATION
+ *
+ * This module depends on the `ext` hook in the repo
+ * root, because it includes private config files
+ * that contain sensitive information.
+ */
+
+{ pkgs, ... }:
+
+{
+ home.packages = with pkgs; [ neomutt notmuch ];
+# imports = [
+# ../../../ext/mail/neomutt.nix
+# ../../../ext/mail/notmuch.nix
+# ];
+}