Skip to content

Commit dc33d5c

Browse files
committed
fix: use initContent instead of deprecated initExtra for ZSH configuration
Replace deprecated programs.zsh.initExtra with programs.zsh.initContent to follow current Home Manager conventions.
1 parent a8f93eb commit dc33d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/programs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ in {
4444
# Common aliases - platform-specific aliases merged separately
4545
shellAliases = sharedZsh.aliases;
4646

47-
initExtra = ''
47+
initContent = ''
4848
${sharedZsh.tools}
4949
${sharedZsh.historyOptions}
5050
${sharedZsh.options}

0 commit comments

Comments
 (0)