From e5b60ccc8b56ae0585afa8bea0ad8c75964b0e47 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Fri, 22 Nov 2024 01:19:15 +0000
Subject: [PATCH] Add ~/Code/personal directory

---
 nix/lib/shared/scripts/t.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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