diff --git a/config/projects.nix b/config/projects.nix index a8e6777..85a2162 100644 --- a/config/projects.nix +++ b/config/projects.nix @@ -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; } ];