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