From 8db694019a9c8598fc2ee88a7a2ca519873bdc9a Mon Sep 17 00:00:00 2001 From: datsudo <76833632+datsudo@users.noreply.github.com> Date: Wed, 4 Jun 2025 02:54:01 +0800 Subject: [PATCH] disable vscode --- user/editors.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/editors.nix b/user/editors.nix index 58a41e5..1b70e40 100644 --- a/user/editors.nix +++ b/user/editors.nix @@ -26,7 +26,7 @@ in type = types.bool; }; vscode.enable = mkOption { - default = true; + default = false; type = types.bool; }; };