From e7a87bf7afb6b472bfeac46f10427885fad8ef97 Mon Sep 17 00:00:00 2001
From: Jens Nolte <git@queezle.net>
Date: Wed, 19 May 2021 01:19:32 +0200
Subject: [PATCH] Remove vscode

---
 layers/workstation.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layers/workstation.nix b/layers/workstation.nix
index bdd8e11..4e63a3a 100644
--- a/layers/workstation.nix
+++ b/layers/workstation.nix
@@ -3,7 +3,7 @@
 {
   imports = [
     ./desktop.nix
-    ./vscode.nix
+    #./vscode.nix
   ];
 
   nix.package = pkgs.nixUnstable;
-- 
GitLab