Re-order config so attached comment makes more sense

I don't think the `programs.bash.enable = true` is actually needed here,
because /etc/bashrc _was_ being amended with the correct paths even when
not present. Nonetheless, having them both written explicitly here is a
comfort.
main
Bo Jeanes 2024-07-17 14:05:22 +10:00
parent 4782daee48
commit 96c6c56ba3
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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... # 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/1003
# https://github.com/LnL7/nix-darwin/issues/922#issuecomment-2041430035 # https://github.com/LnL7/nix-darwin/issues/922#issuecomment-2041430035
programs.bash.enable = true;
programs.zsh.enable = true; programs.zsh.enable = true;
programs.bash.enable = true;
security.pam.enableSudoTouchIdAuth = true; security.pam.enableSudoTouchIdAuth = true;
users.users.${myUsername}.home = "/Users/${myUsername}"; users.users.${myUsername}.home = "/Users/${myUsername}";