fix(shell.nix): correct home.activation typo
The zcompdump reset was declared under home.actiVation (stray capital V), an unknown option that fails module evaluation, so the activation script never ran. Restore the correct home.activation attribute.
This commit is contained in:
@@ -356,7 +356,7 @@ in
|
|||||||
# for every completion. Deleting it forces a fresh rebuild from the current
|
# for every completion. Deleting it forces a fresh rebuild from the current
|
||||||
# fpath on the next shell. compinit dumps to $ZDOTDIR (~/.config/zsh now); the
|
# fpath on the next shell. compinit dumps to $ZDOTDIR (~/.config/zsh now); the
|
||||||
# $HOME and cache paths are also swept to clear any legacy leftovers.
|
# $HOME and cache paths are also swept to clear any legacy leftovers.
|
||||||
home.actiVation.resetZcompdump = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
home.activation.resetZcompdump = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||||
$DRY_RUN_CMD rm -f \
|
$DRY_RUN_CMD rm -f \
|
||||||
"${config.xdg.configHome}"/zsh/.zcompdump* \
|
"${config.xdg.configHome}"/zsh/.zcompdump* \
|
||||||
"$HOME"/.zcompdump* \
|
"$HOME"/.zcompdump* \
|
||||||
|
|||||||
Reference in New Issue
Block a user