From be0e3ab303474ebb3757d2ecc47907a635fd3275 Mon Sep 17 00:00:00 2001 From: materus Date: Mon, 3 Jul 2023 21:51:01 +0200 Subject: [PATCH] home-profile: update zsh setting --- configurations/profile/home/shell/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configurations/profile/home/shell/zsh.nix b/configurations/profile/home/shell/zsh.nix index d19fa82..fae6824 100644 --- a/configurations/profile/home/shell/zsh.nix +++ b/configurations/profile/home/shell/zsh.nix @@ -22,7 +22,7 @@ in programs.zsh = { enable = true; enableAutosuggestions = true; - enableSyntaxHighlighting = true; + syntaxHighlighting.enable = true; enableVteIntegration = true; historySubstringSearch.enable = true; historySubstringSearch.searchUpKey = ";5A";