From 0fdb90293b180f2a948e653db13aa54e9e804401 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Fri, 5 Sep 2025 09:22:01 +0200 Subject: [PATCH] Adjust ddm project config --- config/projects.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/projects.nix b/config/projects.nix index 741e0b3..2d278a0 100644 --- a/config/projects.nix +++ b/config/projects.nix @@ -172,6 +172,13 @@ in git = true; shell = true; } + { + name = "pc"; + path = homePath "Documents/Projects/Inverse Design of Disordered Materials/AMDEN-code"; + ai = true; + git = true; + shell = false; + } { name = "p"; path = homePath "Documents/Projects/Inverse Design of Disordered Materials/mc-denoising-paper";