{ user, home }: { pkgs, ... }: { home-manager.users.${user}.programs.java = { enable = true; package = pkgs.jdk17; }; }