cleanup and corrections

This commit is contained in:
2025-01-07 23:00:00 -05:00
parent 7dc1a8025e
commit 966c6cf904
3 changed files with 9 additions and 46 deletions

View File

@@ -9,4 +9,11 @@
ShowPathbar = true; # Show path bar
# Add more Finder settings here
};
system.defaults.NSGlobalDomain = {
AppleShowAllExtensions = true; # Show all file extensions
AppleShowAllFiles = true; # Show hidden files
};
# You can add more Mac defaults here as well...
}