From ecee6bd93ae63e164f01b8acaec7440acdafff89 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 2 Oct 2025 08:38:00 +0200 Subject: [PATCH] feat(m4): disable dock autohide on aarch64-darwin - Set `system.defaults.dock.autohide` to `false` in `m4/default.nix`. - Ensures the dock remains visible by default for better user accessibility. --- systems/aarch64-darwin/m4/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/aarch64-darwin/m4/default.nix b/systems/aarch64-darwin/m4/default.nix index 4b12837..63ca8fd 100644 --- a/systems/aarch64-darwin/m4/default.nix +++ b/systems/aarch64-darwin/m4/default.nix @@ -2,6 +2,8 @@ with lib.metacfg; { + system.defaults.dock.autohide = false; + homebrew = { enable = true; brews = [