From 72c2f4349b2fcd257b04af9c33c06cb0ea8b1dc1 Mon Sep 17 00:00:00 2001 From: alisceon Date: Fri, 9 Jan 2026 17:17:00 +0100 Subject: [PATCH] some vscode opts --- flake.lock | 12 ++++++------ home/alisceon/workstation.nix | 6 +++++- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 16ebb52..999b233 100644 --- a/flake.lock +++ b/flake.lock @@ -243,11 +243,11 @@ ] }, "locked": { - "lastModified": 1767969565, - "narHash": "sha256-Iegc40p10xwYJ2EvYe8ZdGCMZkysZ4YLDXk6tjCEKnM=", + "lastModified": 1767972048, + "narHash": "sha256-llv3860pM6nWZB/B15Yg905kbi2lMBfiwW2QCZWnwqM=", "owner": "nix-community", "repo": "NUR", - "rev": "9bdd135e5941dee0240fa910835a9480391deb52", + "rev": "84cb867cfa0be85d67b14a42e6ccfbefa8871dfe", "type": "github" }, "original": { @@ -264,11 +264,11 @@ ] }, "locked": { - "lastModified": 1767969565, - "narHash": "sha256-Iegc40p10xwYJ2EvYe8ZdGCMZkysZ4YLDXk6tjCEKnM=", + "lastModified": 1767972048, + "narHash": "sha256-llv3860pM6nWZB/B15Yg905kbi2lMBfiwW2QCZWnwqM=", "owner": "nix-community", "repo": "NUR", - "rev": "9bdd135e5941dee0240fa910835a9480391deb52", + "rev": "84cb867cfa0be85d67b14a42e6ccfbefa8871dfe", "type": "github" }, "original": { diff --git a/home/alisceon/workstation.nix b/home/alisceon/workstation.nix index eccad6f..df1181c 100644 --- a/home/alisceon/workstation.nix +++ b/home/alisceon/workstation.nix @@ -15,7 +15,11 @@ userSettings = { "python.languageServer" = "None"; "python.pyrefly.displayTypeErrors" = "force-on"; - } + "explorer.confirmDelete" = true; + "explorer.confirmDragAndDrop" = true; + "explorer.confirmPasteNative" = true; + "git.confirmSync" = true; + }; extensions = [ pkgs.vscode-extensions.ms-python.python pkgs.vscode-extensions.ms-python.debugpy