feat(doom,programming): add java setup

This commit is contained in:
Infinidoge 2022-08-08 04:26:02 -04:00
parent 4a23196314
commit 54c3b6bd41
3 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,5 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
openjdk17
];
}