Rearrange project config (again)

This commit is contained in:
Yan Lin 2025-09-21 10:00:42 +02:00
parent 36d77f63b4
commit 4d7b192e67

View file

@ -90,34 +90,21 @@ in
]; ];
}; };
daki3c = { daki3 = {
description = "DAKI3 course"; description = "DAKI3 2025 Semester";
windows = [ windows = [
{ {
name = "c"; name = "code";
path = homePath "Documents/Projects/AI systems & infrastructure/Codes"; path = homePath "Documents/Projects/AI systems & infrastructure/Codes";
ai = true; ai = true;
git = false; git = false;
shell = true; shell = true;
} }
{ {
name = "s"; name = "slide";
path = homePath "Documents/Projects/AI systems & infrastructure/Slides"; path = homePath "Documents/Projects/AI systems & infrastructure/Slides";
ai = true; ai = true;
git = true; git = false;
shell = false;
}
];
};
daki3g = {
description = "DAKI3 group supervision";
windows = [
{
name = "";
path = homePath "Documents/Projects/DAKI3 Semester Project Group";
ai = true;
git = true;
shell = false; shell = false;
} }
]; ];