diff --git a/system/darwin/mba/configuration.nix b/system/darwin/mba/configuration.nix index 80cbb4ba..3305545b 100644 --- a/system/darwin/mba/configuration.nix +++ b/system/darwin/mba/configuration.nix @@ -54,10 +54,11 @@ # https://nixcademy.com/2024/01/15/nix-on-macos/ system.defaults = { dock = { - autohide = true; + autohide = false; mru-spaces = false; orientation = "bottom"; - tilesize = 48; + tilesize = 16; + largesize = 92; }; finder.AppleShowAllExtensions = true; screencapture.location = "~/Pictures/screenshots";