From 23089e4bb2c3c742c6e762aad0f6eb72cc5f677b Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:03:24 +0400 Subject: [PATCH] skill issue --- modules/dev/editors/vscode/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/dev/editors/vscode/default.nix b/modules/dev/editors/vscode/default.nix index 5ea97188..81d9a9d4 100644 --- a/modules/dev/editors/vscode/default.nix +++ b/modules/dev/editors/vscode/default.nix @@ -14,13 +14,13 @@ in { mkhl.direnv ms-python.vscode-pylance ms-vscode.cmake-tools - bbenoist.nix + jnoortheen.nix-ide ms-dotnettools.csharp tuttieee.emacs-mcx kahole.magit zhuangtongfa.material-theme rust-lang.rust-analyzer - PKief.material-icon-theme + pkief.material-icon-theme ] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [{ name = "better-comments"; publisher = "aaron-bond";