diff --git a/configurations/profile/home/shell/zsh.nix b/configurations/profile/home/shell/zsh.nix index 762c069..9368d85 100644 --- a/configurations/profile/home/shell/zsh.nix +++ b/configurations/profile/home/shell/zsh.nix @@ -60,8 +60,8 @@ in programs.zsh = { enable = true; - autosuggestion.enable = true; - syntaxHighlighting.enable = true; + enableAutosuggestions = true; + enableSyntaxHighlighting = true; enableVteIntegration = true; historySubstringSearch.enable = true; historySubstringSearch.searchUpKey = ";5A";