diff --git a/modules/hm/code-cursor.nix b/modules/hm/code-cursor.nix index d0f8117..4e669bc 100644 --- a/modules/hm/code-cursor.nix +++ b/modules/hm/code-cursor.nix @@ -44,6 +44,7 @@ "terminal.integrated.fontFamily" = "'Intel One Mono', 'Symbols Nerd Font Mono'"; "files.autoSave" = "onFocusChange"; "explorer.confirmDragAndDrop" = false; + "explorer.confirmDelete" = false; "workbench.colorTheme" = "Gruvbox Dark Medium"; "workbench.iconTheme" = "vscode-icons"; "editor.fontFamily" = "'Intel One Mono', 'Symbols Nerd Font Mono', 'monospace', monospace";