From 9fa7f3a559f400c1a050f2fcee27e6c55fa92d10 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Fri, 7 Nov 2025 13:44:20 +0100 Subject: [PATCH] add micro-weight project --- config/projects.nix | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/config/projects.nix b/config/projects.nix index a29e58b..e3c7a07 100644 --- a/config/projects.nix +++ b/config/projects.nix @@ -143,5 +143,25 @@ in ]; }; + micro-weight = { + description = "Microscopic Weight Completion"; + windows = [ + { + name = "paper"; + path = homePath "Documents/Projects/Microscopic Weights on Road Networks/MicroWeight-paper"; + ai = true; + git = true; + shell = false; + } + { + name = "proj"; + path = homePath "Documents/Projects/Microscopic Weights on Road Networks"; + ai = false; + git = false; + shell = true; + } + ] + }; + }; }