Package : Use Java option instead of the package.

This commit is contained in:
Dmitry Voronin 2024-05-20 16:44:03 +03:00
parent d12447c54f
commit efc2ff18b0
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -15,7 +15,6 @@
gnumake gnused # GNU utils.
gparted parted # GUI/CLI disk partition tool.
imagemagick # Image converter and transformation tool.
jdk # Java.
jq # Json parser.
lm_sensors # Hardware sensors, like temperature and fan speeds.
lshw # Detailed hardware info tool.
@ -40,4 +39,5 @@
# Special packages.
programs.adb.enable = true;
services.udisks2.enable = true;
programs.java.enable = true;
}