Skip to content

Commit 3f3d217

Browse files
kalbasitrissson
authored andcommitted
Revert "programs.zsh: fix deprecation notice"
This reverts commit 963787e.
1 parent 54f8187 commit 3f3d217

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/programs/zsh/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ in
114114
})
115115

116116
(optionalAttrs (mode == "home-manager") {
117-
programs.zsh.autosuggestions.enable = cfg.enableAutosuggestions;
117+
programs.zsh = {
118+
inherit (cfg) enableAutosuggestions plugins;
119+
};
118120
})
119121

120122
# install all completions libraries for system packages

0 commit comments

Comments
 (0)