diff --git a/flake.nix b/flake.nix index b30acd6..d2ecfef 100644 --- a/flake.nix +++ b/flake.nix @@ -142,8 +142,8 @@ # This needs to be here in addition to the home-manager configuration below in order to write /etc/zshenv to correctly configure ZSH. This is confusing, but... # https://github.com/LnL7/nix-darwin/issues/1003 # https://github.com/LnL7/nix-darwin/issues/922#issuecomment-2041430035 - programs.bash.enable = true; programs.zsh.enable = true; + programs.bash.enable = true; security.pam.enableSudoTouchIdAuth = true; users.users.${myUsername}.home = "/Users/${myUsername}";