From dad4b6c3ca89fc4b262254b3845c3eeac7ed7ca0 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 9 Dec 2025 17:01:43 +0100 Subject: [PATCH] update project config --- config/projects.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/projects.nix b/config/projects.nix index ef01491..6cba2f6 100644 --- a/config/projects.nix +++ b/config/projects.nix @@ -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; + } ]; };