diff --git a/lib/shared/scripts/t.nix b/lib/shared/scripts/t.nix
index fba430ac..5f32d610 100644
--- a/lib/shared/scripts/t.nix
+++ b/lib/shared/scripts/t.nix
@@ -49,7 +49,7 @@
       else
         # Get the session name from fuzzy-finding list of directories and generating a
         # tmux-safe version.
-        items=$(find ~/Code /tmp \
+        items=$(find ~/Code ~/Documents /tmp \
           -maxdepth 1 -mindepth 1 -type d \
           ! -name "_archive" \
           ! -name "*-old" \