feat: install java using nix

This commit is contained in:
Michael Thomas 2024-01-09 17:25:46 -05:00
parent 61e883ab3c
commit 8acc27488b
2 changed files with 5 additions and 1 deletions

View File

@ -64,7 +64,6 @@
upgrade = true; upgrade = true;
}; };
brews = [ brews = [
"openjdk@17"
"firefoxpwa" "firefoxpwa"
]; ];
casks = [ casks = [

View File

@ -34,6 +34,11 @@
enable = true; enable = true;
}; };
programs.java = {
enable = true;
package = pkgs.jdk17;
};
# Bun Git config # Bun Git config
programs.git = { programs.git = {
attributes = [ attributes = [