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; - } - ]; - }; - }; }