From 8a768262fc7329d41f74029c88d70cefc0cf7207 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 28 Dec 2024 23:24:05 +0000 Subject: [PATCH] Update syntax highlighting --- nix/modules/home-manager/features/cli/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/modules/home-manager/features/cli/zsh.nix b/nix/modules/home-manager/features/cli/zsh.nix index 79c04b5..8a5e79e 100644 --- a/nix/modules/home-manager/features/cli/zsh.nix +++ b/nix/modules/home-manager/features/cli/zsh.nix @@ -4,7 +4,7 @@ programs.zsh = { enable = true; enableCompletion = true; - enableSyntaxHighlighting = true; + syntaxHighlighting.enable = true; cdpath = [ "~/Code" ]; dotDir = ".config/zsh";