diff --git a/nix-darwin/default.nix b/nix-darwin/default.nix index 8e29b4b..5369388 100644 --- a/nix-darwin/default.nix +++ b/nix-darwin/default.nix @@ -20,6 +20,16 @@ autohide-delay = 0.05; orientation = "bottom"; }; + finder = { + AppleShowAllExtensions = true; + AppleShowAllFiles = true; + CreateDesktop = false; + FXDefaultSearchScope = "SCcf"; # current folder + FXEnableExtensionChangeWarning = false; + NewWindowTarget = "Home"; + ShowPathbar = true; + ShowStatusBar = true; + }; }; environment.shells = [ pkgs.fish ];