about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/common/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
index 5483b4e6..19fbd591 100644
--- a/modules/common/default.nix
+++ b/modules/common/default.nix
@@ -91,10 +91,13 @@
               config.home-manager.users.soispha.home.file);
         in
           [
+            # TODO(@bpeetz): Move these to their respective modules <2025-05-09>
             # Already synchronized by TaskChampion sync server
             "~/.local/share/task"
             # Already synchronized by atuin sync server
             "~/.local/share/atuin"
+            # Already synchronized by mbsync
+            "~/.local/share/maildir"
 
             # Should not be synchronized
             "~/.local/share/unison"