diff options
| author | schererleander <leander@schererleander.de> | 2025-05-20 01:58:48 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-20 01:59:26 +0200 |
| commit | 7fca5dfdf4696fff8d57574a1d1a2e49e4e0caae (patch) | |
| tree | 1205d2e816d768c6f1f6d0e7b464703eb8c62904 | |
| parent | 3ecc8820523eb28b97a1762fc3110d321d8fb7e9 (diff) | |
add programs
| -rw-r--r-- | hosts/darwin/configuration.nix | 5 | ||||
| -rw-r--r-- | hosts/darwin/home.nix | 1 |
2 files changed, 5 insertions, 1 deletions
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 |
