summary refs log tree commit diff
path: root/modules/software-templates/devenv/java.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-10-12 20:53:13 +0200
committerRory& <root@rory.gay>2025-10-12 20:53:20 +0200
commitb6fb0d61122662a5564c876ebdc2942fdf734c16 (patch)
treeadbaa5864f4177177d0f8930f24afd094a594fb1 /modules/software-templates/devenv/java.nix
parentRory-nginx changes (diff)
downloadRory-Open-Architecture-b6fb0d61122662a5564c876ebdc2942fdf734c16.tar.xz
Desktop changes
Diffstat (limited to 'modules/software-templates/devenv/java.nix')
-rw-r--r--modules/software-templates/devenv/java.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/software-templates/devenv/java.nix b/modules/software-templates/devenv/java.nix
new file mode 100644

index 0000000..48613e1 --- /dev/null +++ b/modules/software-templates/devenv/java.nix
@@ -0,0 +1,13 @@ +{ pkgs, ... }: + +{ + environment.systemPackages = with pkgs; [ + (jetbrains.plugins.addPlugins jetbrains.idea-ultimate [ + jetbrains.plugins.github-copilot-fixed + #"github-copilot" + "nixidea" + "visual-studio-keymap" + ]) # "string-manipulation" + openjdk17 + ]; +} \ No newline at end of file