aboutsummaryrefslogtreecommitdiff
path: root/hosts/darwin
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/darwin')
-rw-r--r--hosts/darwin/configuration.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/darwin/configuration.nix b/hosts/darwin/configuration.nix
index 019cba8..e3e7372 100644
--- a/hosts/darwin/configuration.nix
+++ b/hosts/darwin/configuration.nix
@@ -12,7 +12,10 @@
homebrew = {
enable = true;
taps = [];
- brews = [];
+ brews = [
+ "openjdk@17"
+ "openjdk@21"
+ ];
casks = [
"nextcloud"
];