config/homes/common/java.nix

8 lines
66 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
jdk17
];
}