From b6fb0d61122662a5564c876ebdc2942fdf734c16 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 12 Oct 2025 20:53:13 +0200 Subject: Desktop changes --- modules/software-templates/devenv/javascript.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modules/software-templates/devenv/javascript.nix (limited to 'modules/software-templates/devenv/javascript.nix') diff --git a/modules/software-templates/devenv/javascript.nix b/modules/software-templates/devenv/javascript.nix new file mode 100644 index 0000000..1d272fb --- /dev/null +++ b/modules/software-templates/devenv/javascript.nix @@ -0,0 +1,11 @@ +{ pkgs, ... }: + +{ + environment.systemPackages = with pkgs; [ + (jetbrains.plugins.addPlugins jetbrains.webstorm [ + jetbrains.plugins.github-copilot-fixed + #"github-copilot" + ]) + nodejs + ]; +} \ No newline at end of file -- cgit 1.5.1