feat: install java using nix
This commit is contained in:
parent
61e883ab3c
commit
8acc27488b
@ -64,7 +64,6 @@
|
|||||||
upgrade = true;
|
upgrade = true;
|
||||||
};
|
};
|
||||||
brews = [
|
brews = [
|
||||||
"openjdk@17"
|
|
||||||
"firefoxpwa"
|
"firefoxpwa"
|
||||||
];
|
];
|
||||||
casks = [
|
casks = [
|
||||||
|
@ -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 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user