From 00bfff1dec131db3e484e691df00d80ca989642b Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 17 Mar 2024 09:53:10 +0000 Subject: [PATCH] Remove vscode from atlas --- hosts/atlas/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index a6bff50..1ebdbf6 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -36,7 +36,6 @@ }; editors = { neovim.enable = true; - vscode.enable = true; }; security = { gpg.enable = true;