From 67fbdc5148475abcdbb5030298a1db80b7853605 Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 5 May 2025 12:45:12 +0200 Subject: add new brews --- hosts/darwin/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts/darwin/configuration.nix') 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" ]; -- cgit v1.3.1