diff --git a/config/projects.nix b/config/projects.nix index 870c664..273be49 100644 --- a/config/projects.nix +++ b/config/projects.nix @@ -48,18 +48,12 @@ in description = "Personal blog"; windows = [ { - name = "c"; + name = ""; path = homePath "Documents/Projects/personal-blog"; ai = true; git = true; shell = true; } - { - name = "p"; - path = homePath "Documents/Projects/personal-blog/content"; - ai = true; - git = false; - } ]; };