aboutsummaryrefslogtreecommitdiff
path: root/hosts/darwin/configuration.nix
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-26 12:10:03 +0200
committerschererleander <leander@schererleander.de>2025-05-26 12:10:03 +0200
commit94f0651164e6bf06467eeade26731a6b79e165e1 (patch)
treeba7f4103d295eba83629ff0f092d4dd4058f0136 /hosts/darwin/configuration.nix
parent09a653289d4d21cdd23fe2ddf02591fa3652bec8 (diff)
formatting
Diffstat (limited to 'hosts/darwin/configuration.nix')
-rw-r--r--hosts/darwin/configuration.nix15
1 files changed, 10 insertions, 5 deletions
diff --git a/hosts/darwin/configuration.nix b/hosts/darwin/configuration.nix
index b25fb18..19ef571 100644
--- a/hosts/darwin/configuration.nix
+++ b/hosts/darwin/configuration.nix
@@ -5,14 +5,19 @@
nixpkgs.hostPlatform = "aarch64-darwin";
nixpkgs.config.allowUnfree = true;
- users.users.schererleander = {
- home = "/Users/schererleander";
- shell = pkgs.zsh;
- };
-
+ users.users.schererleander.home = "/Users/schererleander";
+
system.primaryUser = "schererleander";
system.defaults = {
dock.autohide = true;
+ WindowManager.EnableStandardClickToShowDesktop = false;
+ finder = {
+ ShowPathbar = true;
+ ShowStatusBar = true;
+ _FXShowPosixPathInTitle = true;
+ _FXSortFoldersFirst = true;
+ };
+ loginwindow.GuestEnabled = false;
};
programs.zsh.enable = true;