From 7fca5dfdf4696fff8d57574a1d1a2e49e4e0caae Mon Sep 17 00:00:00 2001 From: schererleander Date: Tue, 20 May 2025 01:58:48 +0200 Subject: add programs --- 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 56a2daa..9e6a4f3 100644 --- a/hosts/darwin/configuration.nix +++ b/hosts/darwin/configuration.nix @@ -19,7 +19,9 @@ homebrew = { enable = true; - taps = []; + taps = [ + "vladdoster/formulae" + ]; brews = [ "openjdk@17" "openjdk@21" @@ -28,6 +30,7 @@ "nextcloud" "bambu-studio" "vlc" + "vladdoster/formulae/vimari" ]; masApps = { "Goodnotes 6" = 1444383602; -- cgit v1.3.1