From 94f0651164e6bf06467eeade26731a6b79e165e1 Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 26 May 2025 12:10:03 +0200 Subject: formatting --- hosts/darwin/configuration.nix | 15 ++++++++++----- 1 file 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; -- cgit v1.3.1