{ pkgs, ... }: { environment.systemPackages = with pkgs; [ jdk17 jdk11 jdk8 ]; programs.java.enable = true; }