Package : Use Java option instead of the package.
This commit is contained in:
parent
d12447c54f
commit
efc2ff18b0
|
@ -15,7 +15,6 @@
|
||||||
gnumake gnused # GNU utils.
|
gnumake gnused # GNU utils.
|
||||||
gparted parted # GUI/CLI disk partition tool.
|
gparted parted # GUI/CLI disk partition tool.
|
||||||
imagemagick # Image converter and transformation tool.
|
imagemagick # Image converter and transformation tool.
|
||||||
jdk # Java.
|
|
||||||
jq # Json parser.
|
jq # Json parser.
|
||||||
lm_sensors # Hardware sensors, like temperature and fan speeds.
|
lm_sensors # Hardware sensors, like temperature and fan speeds.
|
||||||
lshw # Detailed hardware info tool.
|
lshw # Detailed hardware info tool.
|
||||||
|
@ -40,4 +39,5 @@
|
||||||
# Special packages.
|
# Special packages.
|
||||||
programs.adb.enable = true;
|
programs.adb.enable = true;
|
||||||
services.udisks2.enable = true;
|
services.udisks2.enable = true;
|
||||||
|
programs.java.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue