From f14b02bb59eaf1e437eab1103d77779c11d755b9 Mon Sep 17 00:00:00 2001 From: alisceon Date: Fri, 9 Jan 2026 17:17:47 +0100 Subject: [PATCH] oops wrong option --- home/alisceon/workstation.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/alisceon/workstation.nix b/home/alisceon/workstation.nix index df1181c..66aeb36 100644 --- a/home/alisceon/workstation.nix +++ b/home/alisceon/workstation.nix @@ -15,10 +15,10 @@ userSettings = { "python.languageServer" = "None"; "python.pyrefly.displayTypeErrors" = "force-on"; - "explorer.confirmDelete" = true; - "explorer.confirmDragAndDrop" = true; - "explorer.confirmPasteNative" = true; - "git.confirmSync" = true; + "explorer.confirmDelete" = false; + "explorer.confirmDragAndDrop" = false; + "explorer.confirmPasteNative" = false; + "git.confirmSync" = false; }; extensions = [ pkgs.vscode-extensions.ms-python.python