update project config

This commit is contained in:
Yan Lin 2025-12-09 17:01:43 +01:00
parent b1522d1554
commit dad4b6c3ca

View file

@ -87,6 +87,13 @@ in
git = false;
shell = true;
}
{
name = "code";
path = homePath "Documents/Projects/Material Design Shortcut/MDShortcut-code";
ai = true;
git = true;
shell = false;
}
];
};