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:
Yan Lin 2025-07-26 23:20:49 +02:00
parent cf177c060e
commit 2d80c0e50f
2 changed files with 8 additions and 1 deletions

View file

@ -1 +1 @@
/nix/store/qbgs48q2c5qc1p442phq27y3h4xz67fi-home-manager-files/.config/nix/config/projects.json /nix/store/qsa91a8niihfi6wl63l8mdqgvlb74y2k-home-manager-files/.config/nix/config/projects.json

View file

@ -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";
};
}; };
} }