Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.file.".java/jdk-17".source = pkgs.jdk17;
|
||||
home.file.".java/jdk-25".source = pkgs.jdk25;
|
||||
}
|
||||
Reference in New Issue
Block a user