aboutsummaryrefslogtreecommitdiff
path: root/hosts/darwin/configuration.nix
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-05 12:45:12 +0200
committerschererleander <leander@schererleander.de>2025-05-05 12:45:12 +0200
commit67fbdc5148475abcdbb5030298a1db80b7853605 (patch)
tree4ecd1c5d0ad878c30537476af436219ea6a971e8 /hosts/darwin/configuration.nix
parentddcf1a059b5a5fd360c8184ed3d36fccbc5c691d (diff)
add new brews
Diffstat (limited to 'hosts/darwin/configuration.nix')
-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"
];