diff options
Diffstat (limited to 'hosts/darwin/configuration.nix')
| -rw-r--r-- | hosts/darwin/configuration.nix | 16 |
1 files changed, 13 insertions, 3 deletions
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; |
