diff --git a/config/projects.nix b/config/projects.nix index f66e2f2..6592791 100644 --- a/config/projects.nix +++ b/config/projects.nix @@ -118,7 +118,7 @@ in }; dl4traj = { - description = "DAKI3 2025 Semester"; + description = "Deep Learning for Trajectory"; windows = [ { name = ""; @@ -130,5 +130,18 @@ in ]; }; + bent = { + description = "Trajectory Learning Benchmark"; + windows = [ + { + name = ""; + path = homePath "Documents/Projects/Trajectory Modeling Benchmark/BenT-code/"; + ai = true; + git = true; + shell = true; + } + ]; + }; + }; }