From 2d80c0e50f2dc66a524df03304a29d910a1f530c Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 26 Jul 2025 23:20:49 +0200 Subject: [PATCH] Add DAKI3 project configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- config/projects.json | 2 +- config/projects.nix | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/config/projects.json b/config/projects.json index 797cda7..524761e 120000 --- a/config/projects.json +++ b/config/projects.json @@ -1 +1 @@ -/nix/store/qbgs48q2c5qc1p442phq27y3h4xz67fi-home-manager-files/.config/nix/config/projects.json \ No newline at end of file +/nix/store/qsa91a8niihfi6wl63l8mdqgvlb74y2k-home-manager-files/.config/nix/config/projects.json \ No newline at end of file diff --git a/config/projects.nix b/config/projects.nix index d59032f..b2e2989 100644 --- a/config/projects.nix +++ b/config/projects.nix @@ -29,5 +29,12 @@ codePath = "/Users/yanlin/Documents/Projects/Homepage/"; description = "Personal Homepage"; }; + + daki3 = { + template = "basic"; + name = "DAKI3"; + codePath = "/Users/yanlin/Documents/Projects/AI systems & infrastructure/Codes"; + description = "DAKI3 course Demo code"; + }; }; }