From 578420bee016d53455a166227b01560ec3f3a078 Mon Sep 17 00:00:00 2001 From: Random936 Date: Mon, 23 Sep 2024 16:26:00 -0700 Subject: [PATCH] Some more mac config following reinstall --- config/darwin.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/darwin.nix b/config/darwin.nix index 5feb90c..8316839 100644 --- a/config/darwin.nix +++ b/config/darwin.nix @@ -40,6 +40,10 @@ swapLeftCommandAndLeftAlt = true; }; + # MacOS Changes + system.defaults.dock.autohide = true; + system.startup.chime = false; + # Create /etc/zshrc that loads the nix-darwin environment. programs.zsh.enable = true;