diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/darwin/configuration.nix | 5 |
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" ]; |
