diff options
| author | schererleander <leander@schererleander.de> | 2025-05-05 12:45:12 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-05 12:45:12 +0200 |
| commit | 67fbdc5148475abcdbb5030298a1db80b7853605 (patch) | |
| tree | 4ecd1c5d0ad878c30537476af436219ea6a971e8 /hosts/darwin/configuration.nix | |
| parent | ddcf1a059b5a5fd360c8184ed3d36fccbc5c691d (diff) | |
add new brews
Diffstat (limited to 'hosts/darwin/configuration.nix')
| -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" ]; |
