From 36d77f63b4837863ca92fe4222ef6639d29b3bc2 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sun, 21 Sep 2025 09:58:39 +0200 Subject: [PATCH] Minor update --- config/projects.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/projects.nix b/config/projects.nix index d086252..34e7bc9 100644 --- a/config/projects.nix +++ b/config/projects.nix @@ -77,14 +77,14 @@ in name = "mds"; path = homePath "Documents/Projects/Material Design Shortcut"; ai = true; - git = true; + git = false; shell = false; } { name = "meet"; path = homePath "Documents/Projects/Material Project Group Meeting"; ai = true; - git = true; + git = false; shell = false; } ];