From 50a7ac3f3d21be8246b166a07e989ae7a30f2160 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Mon, 4 Aug 2025 22:49:13 +0200 Subject: [PATCH] hide dock --- profiles/darwin/system.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/darwin/system.nix b/profiles/darwin/system.nix index a7cf594..42db6c1 100644 --- a/profiles/darwin/system.nix +++ b/profiles/darwin/system.nix @@ -13,11 +13,11 @@ }; dock = { - autohide = false; + autohide = true; show-recents = false; launchanim = true; orientation = "bottom"; - tilesize = 48; + tilesize = 50; }; finder = {