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";
path = homePath "Documents/Projects/personal-blog/content/ai-system";
ai = true;
git = true;
ai = false;
git = false;
shell = false;
}
];