From ac6be6db48ef8d1c8f81e2ad2c3d0d081b6b3719 Mon Sep 17 00:00:00 2001 From: Madeleine Date: Mon, 30 Oct 2023 23:49:57 +0000 Subject: [PATCH] removed some macos shell startup commands --- systems/mmacbookpro/settings.nix | 9 --------- 1 file changed, 9 deletions(-) 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 - ''; }