From b9397c8fd4028cc5a845c76c53c8ac75f52b29dd Mon Sep 17 00:00:00 2001 From: materus Date: Sat, 23 Mar 2024 15:21:05 +0100 Subject: [PATCH] home-profile: restore old zsh settings name to work on stable --- configurations/profile/home/shell/zsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";