feat: setup java with hm
This commit is contained in:
parent
8e32e2ee23
commit
1b27adb8d5
1 changed files with 5 additions and 1 deletions
|
@ -17,6 +17,11 @@
|
|||
ripgrep = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
java = {
|
||||
enable = true;
|
||||
package = pkgs.temurin-bin-17;
|
||||
};
|
||||
};
|
||||
|
||||
xdg.desktopEntries.gparted = {
|
||||
|
@ -90,7 +95,6 @@
|
|||
virt-manager
|
||||
gradle
|
||||
gradle-completion # not working
|
||||
temurin-bin-17
|
||||
#camunda-modeler
|
||||
|
||||
protonmail-bridge
|
||||
|
|
Loading…
Reference in a new issue