diff options
| author | schererleander <leander@schererleander.de> | 2025-05-09 13:21:48 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-09 13:21:48 +0200 |
| commit | 307d8b020494b7bb432478eef34061dd4620c534 (patch) | |
| tree | b223cdaa31c032536bf6721677270e3698ca02cc /hosts/darwin | |
| parent | 94c0de69c51bc07cff245f5a2c819489c1b8499d (diff) | |
add new programs
Diffstat (limited to 'hosts/darwin')
| -rw-r--r-- | hosts/darwin/configuration.nix | 16 | ||||
| -rw-r--r-- | hosts/darwin/home.nix | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/hosts/darwin/configuration.nix b/hosts/darwin/configuration.nix index 573bacd..4167394 100644 --- a/hosts/darwin/configuration.nix +++ b/hosts/darwin/configuration.nix @@ -11,6 +11,10 @@ shell = pkgs.zsh; }; + system.defaults = { + dock.autohide = true; + }; + programs.zsh.enable = true; homebrew = { @@ -24,7 +28,17 @@ "nextcloud" "bambu-studio" ]; + masApps = { + "Goodnotes 6" = 1444383602; + "WhatsApp Messenger " = 310633997; + "Adguard for Safari" = 1440147259; + "WireGuard" = 1451685025; + "Infuse" = 1136220934; + }; + onActivation.cleanup = "zap"; + onActivation.autoUpdate = true; + onActivation.upgrade = true; }; system.stateVersion = 5; -}
\ No newline at end of file +} diff --git a/hosts/darwin/home.nix b/hosts/darwin/home.nix index b2a0a32..8ec0c4d 100644 --- a/hosts/darwin/home.nix +++ b/hosts/darwin/home.nix @@ -13,6 +13,8 @@ htop ffmpeg pfetch + zoxide + mas #dev gcc |
