From df555ad9855c5a41d2e43a6e4cbe04641bf8b287 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 11 Nov 2025 13:57:56 +0100 Subject: [PATCH] edit dl4traj project config --- config/projects.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/config/projects.nix b/config/projects.nix index 7df4e31..d18b3e6 100644 --- a/config/projects.nix +++ b/config/projects.nix @@ -121,9 +121,16 @@ in description = "Deep Learning for Trajectory"; windows = [ { - name = ""; - path = homePath "Documents/Projects/Deep Learning for Spatiotemporal Trajectories"; + name = "book"; + path = homePath "Documents/Projects/Deep Learning for Spatiotemporal Trajectories/DL4Traj-latex"; ai = true; + git = true; + shell = false; + } + { + name = "proj"; + path = homePath "Documents/Projects/Deep Learning for Spatiotemporal Trajectories"; + ai = false; git = false; shell = true; }