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
|
yamllint
|
||||||
curl
|
curl
|
||||||
openssh
|
openssh
|
||||||
|
gradle
|
||||||
maven
|
maven
|
||||||
pavucontrol
|
pavucontrol
|
||||||
openssl
|
openssl
|
||||||
@ -240,6 +241,10 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
eclipse = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.eclipses.eclipse-java;
|
||||||
|
};
|
||||||
emacs = {
|
emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPackages = (
|
extraPackages = (
|
||||||
|
Loading…
Reference in New Issue
Block a user