add micro-weight project

This commit is contained in:
Yan Lin 2025-11-07 13:44:20 +01:00
parent 4c2b7dfcc5
commit 9fa7f3a559

View file

@ -143,5 +143,25 @@ in
];
};
micro-weight = {
description = "Microscopic Weight Completion";
windows = [
{
name = "paper";
path = homePath "Documents/Projects/Microscopic Weights on Road Networks/MicroWeight-paper";
ai = true;
git = true;
shell = false;
}
{
name = "proj";
path = homePath "Documents/Projects/Microscopic Weights on Road Networks";
ai = false;
git = false;
shell = true;
}
]
};
};
}