feat(doom,programming): add java setup
This commit is contained in:
parent
4a23196314
commit
54c3b6bd41
3 changed files with 7 additions and 1 deletions
5
profiles/develop/programming/java.nix
Normal file
5
profiles/develop/programming/java.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
openjdk17
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue