feat(nix/hm/price): improved java dev
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m8s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m8s
This commit is contained in:
parent
ce7d25a823
commit
00c41afe16
@ -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 = (
|
||||
|
Loading…
Reference in New Issue
Block a user