This commit is contained in:
2026-01-09 01:41:57 +08:00
parent c1d1b12a26
commit edb0343046
7 changed files with 232 additions and 8 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
# Zsh configuration for macOS
programs.zsh = lib.mkIf config.programs.zsh.enable {
initExtra = ''
initContent = ''
# Add Homebrew to PATH if it exists
if [[ -d /opt/homebrew/bin ]]; then
eval "$(/opt/homebrew/bin/brew shellenv)"