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

@@ -21,14 +21,11 @@
system.defaults.NSGlobalDomain = {
AppleInterfaceStyle = "Dark"; # "Dark" or "Light" - Darkmode all the things
AppleHighlightColor = "Purple"; # Set highlight color
# Add more NSGlobalDomain settings here
};
system.defaults.loginwindow = {
GuestEnabled = false; # Disable guest account
AdminHostInfo = "HostName"; # Show hostname on login window
AdminHostInfoTime = true; # Show time on login window
LoginwindowText = "Super Awesome Mac"; # Set login window text
# Add more loginwindow settings here
};