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 ++++- hosts/darwin/home.nix | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'hosts') 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; diff --git a/hosts/darwin/home.nix b/hosts/darwin/home.nix index e166578..69f5445 100644 --- a/hosts/darwin/home.nix +++ b/hosts/darwin/home.nix @@ -12,6 +12,7 @@ htop ffmpeg pfetch + wget mas #dev -- cgit v1.3.1