set finder settings

This commit is contained in:
sloane 2025-02-16 10:43:13 -05:00
parent a52c051376
commit e5143c754f
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ

View file

@ -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 ];