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