diff options
Diffstat (limited to 'hosts')
| -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 |
