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; + } ]; };