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";