aboutsummaryrefslogtreecommitdiff
path: root/hosts/darwin
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-20 01:58:48 +0200
committerschererleander <leander@schererleander.de>2025-05-20 01:59:26 +0200
commit7fca5dfdf4696fff8d57574a1d1a2e49e4e0caae (patch)
tree1205d2e816d768c6f1f6d0e7b464703eb8c62904 /hosts/darwin
parent3ecc8820523eb28b97a1762fc3110d321d8fb7e9 (diff)
add programs
Diffstat (limited to 'hosts/darwin')
-rw-r--r--hosts/darwin/configuration.nix5
-rw-r--r--hosts/darwin/home.nix1
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