Add DAKI3 project configuration
- Add daki3 project with basic template - Points to AI systems & infrastructure course demo code - Updates generated projects.json with new project entry 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
cf177c060e
commit
2d80c0e50f
2 changed files with 8 additions and 1 deletions
|
|
@ -1 +1 @@
|
||||||
/nix/store/qbgs48q2c5qc1p442phq27y3h4xz67fi-home-manager-files/.config/nix/config/projects.json
|
/nix/store/qsa91a8niihfi6wl63l8mdqgvlb74y2k-home-manager-files/.config/nix/config/projects.json
|
||||||
|
|
@ -29,5 +29,12 @@
|
||||||
codePath = "/Users/yanlin/Documents/Projects/Homepage/";
|
codePath = "/Users/yanlin/Documents/Projects/Homepage/";
|
||||||
description = "Personal Homepage";
|
description = "Personal Homepage";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
daki3 = {
|
||||||
|
template = "basic";
|
||||||
|
name = "DAKI3";
|
||||||
|
codePath = "/Users/yanlin/Documents/Projects/AI systems & infrastructure/Codes";
|
||||||
|
description = "DAKI3 course Demo code";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue