From 35a50ec7ef9403ae4158aea1a460984ecff29c94 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Mon, 11 Aug 2025 17:59:19 +0900 Subject: [PATCH] Remove pncs project --- config/projects.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/config/projects.nix b/config/projects.nix index 3519737..1d9235b 100644 --- a/config/projects.nix +++ b/config/projects.nix @@ -181,19 +181,5 @@ ]; }; - pncs = { - session = "PNCS"; - description = "PNCS17 presentation"; - windows = [ - { - name = "slides"; - path = "/Users/yanlin/Documents/Projects/AMDEN Presentation/presentation"; - ai = true; - git = true; - shell = false; - } - ]; - }; - }; }