1 files changed, 3 insertions, 3 deletions
diff --git a/modules/software-templates/devenv/java.nix b/modules/software-templates/devenv/java.nix
index 48613e1..09ea1fb 100644
--- a/modules/software-templates/devenv/java.nix
+++ b/modules/software-templates/devenv/java.nix
@@ -3,11 +3,11 @@
{
environment.systemPackages = with pkgs; [
(jetbrains.plugins.addPlugins jetbrains.idea-ultimate [
- jetbrains.plugins.github-copilot-fixed
- #"github-copilot"
+ "17718" # github-copilot
"nixidea"
"visual-studio-keymap"
- ]) # "string-manipulation"
+ "stringmanipulation"
+ ])
openjdk17
];
}
\ No newline at end of file
|