Rearrange project config

This commit is contained in:
Yan Lin 2025-09-21 09:53:43 +02:00
parent 6e1e47fd1c
commit 661b6c9955

View file

@ -70,19 +70,19 @@ in
]; ];
}; };
mdshortcut = { material = {
description = "Material design shortcut"; description = "AI for Material";
windows = [ windows = [
{ {
name = "c"; name = "mds";
path = homePath "Documents/Projects/Material Design Shortcut/MDShortcut-code"; path = homePath "Documents/Projects/Material Design Shortcut";
ai = true; ai = true;
git = true; git = true;
shell = true; shell = false;
} }
{ {
name = "p"; name = "meet";
path = homePath "Documents/Projects/Material Design Shortcut/MDShortcut-paper"; path = homePath "Documents/Projects/Material Project Group Meeting";
ai = true; ai = true;
git = true; git = true;
shell = false; shell = false;
@ -123,58 +123,5 @@ in
]; ];
}; };
matmeet = {
description = "Material Meeting Slides";
windows = [
{
name = "";
path = homePath "Documents/Projects/Material Project Group Meeting";
ai = true;
git = true;
shell = false;
}
];
};
ddm = {
description = "Inverse material design";
windows = [
{
name = "c";
path = homePath "Documents/Projects/Inverse Design of Disordered Materials/DiffDisMatter-dev";
ai = true;
git = true;
shell = false;
}
{
name = "pc";
path = homePath "Documents/Projects/Inverse Design of Disordered Materials/AMDEN-code";
ai = true;
git = true;
shell = false;
}
{
name = "p";
path = homePath "Documents/Projects/Inverse Design of Disordered Materials/mc-denoising-paper";
ai = true;
git = true;
shell = false;
}
];
};
misc = {
description = "Temp misc project";
windows = [
{
name = "";
path = homePath "Documents/Misc/2025/AI model train and infer-Wan";
ai = true;
git = false;
shell = false;
}
];
};
}; };
} }