From 41eb942d14d14b7d5c9ae484ad669a1510918513 Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 30 May 2025 02:59:04 +0200 Subject: fix nginx --- hosts/darwin/configuration.nix | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'hosts/darwin') diff --git a/hosts/darwin/configuration.nix b/hosts/darwin/configuration.nix index 19ef571..21e3e31 100644 --- a/hosts/darwin/configuration.nix +++ b/hosts/darwin/configuration.nix @@ -9,14 +9,23 @@ system.primaryUser = "schererleander"; system.defaults = { - dock.autohide = true; + dock = { + autohide = true; + largesize = 48; + show-recents = false; + }; WindowManager.EnableStandardClickToShowDesktop = false; finder = { - ShowPathbar = true; - ShowStatusBar = true; + #ShowPathbar = true; + #ShowStatusBar = true; _FXShowPosixPathInTitle = true; _FXSortFoldersFirst = true; }; + controlcenter = { + Display = false; + FocusModes = false; + Sound = false; + }; loginwindow.GuestEnabled = false; }; @@ -36,6 +45,7 @@ "bambu-studio" "vlc" "vladdoster/formulae/vimari" + "arduino-ide" ]; masApps = { "Goodnotes 6" = 1444383602; -- cgit v1.3.1