diff --git a/systems/mmacbookpro/settings.nix b/systems/mmacbookpro/settings.nix index 966f561..aa595d5 100644 --- a/systems/mmacbookpro/settings.nix +++ b/systems/mmacbookpro/settings.nix @@ -70,14 +70,5 @@ # Enable Touch ID for sudo security.pam.enableSudoTouchIdAuth = true; - - # Run extra initialization on provisioning. - environment.extraInit = '' - # Show the ~/Library folder - chflags nohidden /Users/maddie/Library - - # Show the /Volumes folder - chflags nohidden /Volumes - ''; }