update project config

This commit is contained in:
Yan Lin 2025-11-24 17:16:07 +01:00
parent 2db5d6d8c3
commit 5c3235ef42

View file

@ -73,19 +73,12 @@ in
material = {
description = "AI for Material";
windows = [
{
name = "code";
path = homePath "Documents/Projects/Material AI Agent/code";
ai = true;
git = true;
shell = true;
}
{
name = "";
path = homePath "Documents/Projects/Material AI Agent";
path = homePath "Documents/Projects/Inverse Design of Disordered Materials";
ai = true;
git = false;
shell = false;
shell = true;
}
];
};