feat: install java using nix
This commit is contained in:
parent
61e883ab3c
commit
8acc27488b
@ -64,7 +64,6 @@
|
||||
upgrade = true;
|
||||
};
|
||||
brews = [
|
||||
"openjdk@17"
|
||||
"firefoxpwa"
|
||||
];
|
||||
casks = [
|
||||
|
@ -34,6 +34,11 @@
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.java = {
|
||||
enable = true;
|
||||
package = pkgs.jdk17;
|
||||
};
|
||||
|
||||
# Bun Git config
|
||||
programs.git = {
|
||||
attributes = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user