From 5c3235ef421a731d4ce9039078f9048f8eab9bac Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Mon, 24 Nov 2025 17:16:07 +0100 Subject: [PATCH] update project config --- config/projects.nix | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/config/projects.nix b/config/projects.nix index d18b3e6..62f6180 100644 --- a/config/projects.nix +++ b/config/projects.nix @@ -73,19 +73,12 @@ in material = { description = "AI for Material"; windows = [ - { - name = "code"; - path = homePath "Documents/Projects/Material AI Agent/code"; - ai = true; - git = true; - shell = true; - } { name = ""; - path = homePath "Documents/Projects/Material AI Agent"; + path = homePath "Documents/Projects/Inverse Design of Disordered Materials"; ai = true; git = false; - shell = false; + shell = true; } ]; };