Files

7 lines
116 B
Nix

{ pkgs, ... }:
{
home.file.".java/jdk-17".source = pkgs.jdk17;
home.file.".java/jdk-25".source = pkgs.jdk25;
}