Edit project config

This commit is contained in:
Yan Lin 2025-08-20 07:01:48 +09:00
parent ba4bdc3c2c
commit 0e5e377ebd

View file

@ -137,8 +137,8 @@ in
{ {
name = "blog"; name = "blog";
path = homePath "Documents/Projects/personal-blog/content/ai-system"; path = homePath "Documents/Projects/personal-blog/content/ai-system";
ai = true; ai = false;
git = true; git = false;
shell = false; shell = false;
} }
]; ];