diff --git a/systems/darwin.nix b/systems/darwin.nix index f2140fc..7bf69d2 100644 --- a/systems/darwin.nix +++ b/systems/darwin.nix @@ -5,7 +5,6 @@ environment.systemPackages = with pkgs; [ # macOS GUI programs wezterm - utm ]; security.pam.enableSudoTouchIdAuth = true;