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; }