From 9b10cd58e33782241e3d9c5473ae217102779ed8 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 28 Jun 2023 19:43:52 +0100 Subject: [PATCH] Update zsh expression --- home/env/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/env/zsh.nix b/home/env/zsh.nix index e087540d..71a48820 100644 --- a/home/env/zsh.nix +++ b/home/env/zsh.nix @@ -3,7 +3,7 @@ enable = true; enableAutosuggestions = true; enableCompletion = true; - enableSyntaxHighlighting = true; + syntaxHighlighting.enable = true; enableVteIntegration = true; autocd = true; dotDir = ".config/zsh";