summary refs log tree commit diff
path: root/modules/software-templates/devenv/javascript.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/software-templates/devenv/javascript.nix')
-rw-r--r--modules/software-templates/devenv/javascript.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/software-templates/devenv/javascript.nix b/modules/software-templates/devenv/javascript.nix

index ff28dbb..b5b7da4 100644 --- a/modules/software-templates/devenv/javascript.nix +++ b/modules/software-templates/devenv/javascript.nix
@@ -3,8 +3,10 @@ { environment.systemPackages = with pkgs; [ (jetbrains.plugins.addPlugins jetbrains.webstorm [ -# jetbrains.plugins.github-copilot-fixed - "github-copilot" + "17718" # github-copilot + "nixidea" + "visual-studio-keymap" + "stringmanipulation" ]) nodejs_24 ];