feat: add finder settings on darwin

This commit is contained in:
Guanran Wang 2023-09-20 06:50:52 +08:00
parent 8d7c4d4140
commit a92536217e
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -39,6 +39,22 @@
programs.zsh.enable = true; # default shell on catalina
programs.fish.enable = true;
system.defaults.finder = {
# Apple... Do I really have to change literally
# every setting in Finder to make it actually usable
_FXShowPosixPathInTitle = false;
AppleShowAllExtensions = true;
AppleShowAllFiles = true;
CreateDesktop = false;
FXDefaultSearchScope = "SCcf"; # "SCcf" = Current folder
FXEnableExtensionChangeWarning = false;
FXPreferredViewStyle = "Nlsv"; # "icnv" = Icon view, "Nlsv" = List view, "clmv" = Column View, "Flwv" = Gallery View
QuitMenuItem = true;
ShowPathbar = true;
ShowStatusBar = false;
};
# Set Git commit hash for darwin-version.
#system.configurationRevision = self.rev or self.dirtyRev or null;