From a30826bef8ed7f8a9d2da4792f2cbac5ca464c7d Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 2 Dec 2025 14:19:55 +0100 Subject: [PATCH] update material project config --- config/projects.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/config/projects.nix b/config/projects.nix index 62f6180..0c2415c 100644 --- a/config/projects.nix +++ b/config/projects.nix @@ -74,9 +74,16 @@ in description = "AI for Material"; windows = [ { - name = ""; - path = homePath "Documents/Projects/Inverse Design of Disordered Materials"; + name = "paper"; + path = homePath "Documents/Projects/Inverse Design of Disordered Materials/mdshortcut-ijcai26-paper"; ai = true; + git = true; + shell = false; + } + { + name = "proj"; + path = homePath "Documents/Projects/Inverse Design of Disordered Materials"; + ai = false; git = false; shell = true; }