update project config

This commit is contained in:
Yan Lin 2025-12-03 20:34:20 +01:00
parent 939c8d709c
commit 58820c969c

View file

@ -23,7 +23,7 @@ in
windows = [ windows = [
{ {
name = ""; name = "";
path = homePath "Obsidian/Personal"; path = homePath "Documents/app-state/obsidian";
ai = true; ai = true;
git = false; git = false;
shell = false; shell = false;
@ -137,19 +137,6 @@ in
]; ];
}; };
bent = {
description = "Trajectory Learning Benchmark";
windows = [
{
name = "";
path = homePath "Documents/Projects/Trajectory Modeling Benchmark/BenT-code/";
ai = true;
git = true;
shell = true;
}
];
};
micro-weight = { micro-weight = {
description = "Microscopic Weight Completion"; description = "Microscopic Weight Completion";
windows = [ windows = [