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 = {
|
||||
description = "DAKI3 course";
|
||||
daki3 = {
|
||||
description = "DAKI3 2025 Semester";
|
||||
windows = [
|
||||
{
|
||||
name = "c";
|
||||
name = "code";
|
||||
path = homePath "Documents/Projects/AI systems & infrastructure/Codes";
|
||||
ai = true;
|
||||
git = false;
|
||||
shell = true;
|
||||
}
|
||||
{
|
||||
name = "s";
|
||||
name = "slide";
|
||||
path = homePath "Documents/Projects/AI systems & infrastructure/Slides";
|
||||
ai = true;
|
||||
git = true;
|
||||
shell = false;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
daki3g = {
|
||||
description = "DAKI3 group supervision";
|
||||
windows = [
|
||||
{
|
||||
name = "";
|
||||
path = homePath "Documents/Projects/DAKI3 Semester Project Group";
|
||||
ai = true;
|
||||
git = true;
|
||||
git = false;
|
||||
shell = false;
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue