aboutsummaryrefslogtreecommitdiff
path: root/hosts/darwin
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-30 02:59:04 +0200
committerschererleander <leander@schererleander.de>2025-05-30 02:59:04 +0200
commit41eb942d14d14b7d5c9ae484ad669a1510918513 (patch)
treef0dcc88f21e9391a50656441c30fe13f28ae82cf /hosts/darwin
parentc8abd5d3cb8291b716990152d7339f2bc7b45eda (diff)
fix nginx
Diffstat (limited to 'hosts/darwin')
-rw-r--r--hosts/darwin/configuration.nix16
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;