diff --git a/nix/lib/shared/scripts/t.nix b/nix/lib/shared/scripts/t.nix index b837dd3..900795e 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" \