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 = {
|
ripgrep = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
java = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.temurin-bin-17;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.desktopEntries.gparted = {
|
xdg.desktopEntries.gparted = {
|
||||||
|
@ -90,7 +95,6 @@
|
||||||
virt-manager
|
virt-manager
|
||||||
gradle
|
gradle
|
||||||
gradle-completion # not working
|
gradle-completion # not working
|
||||||
temurin-bin-17
|
|
||||||
#camunda-modeler
|
#camunda-modeler
|
||||||
|
|
||||||
protonmail-bridge
|
protonmail-bridge
|
||||||
|
|
Loading…
Reference in a new issue