Rearrange project config (again)
This commit is contained in:
parent
36d77f63b4
commit
4d7b192e67
1 changed files with 5 additions and 18 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue