feat(nix/hm/price): improved java dev
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m8s

This commit is contained in:
Price Hiller 2024-06-03 15:03:17 -05:00
parent ce7d25a823
commit 00c41afe16
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -64,6 +64,7 @@ in
yamllint
curl
openssh
gradle
maven
pavucontrol
openssl
@ -240,6 +241,10 @@ in
};
programs = {
eclipse = {
enable = true;
package = pkgs.eclipses.eclipse-java;
};
emacs = {
enable = true;
extraPackages = (