From d688c4d7dbba3a00da54454bc4788d9279aa7ca5 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 5 Nov 2023 18:41:02 +0100 Subject: [PATCH] change deprecated option --- modules/home/zsh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/zsh/default.nix b/modules/home/zsh/default.nix index dec77bf..52d99d7 100755 --- a/modules/home/zsh/default.nix +++ b/modules/home/zsh/default.nix @@ -4,7 +4,7 @@ enable = true; enableCompletion = true; enableAutosuggestions = true; - enableSyntaxHighlighting = true; + syntaxHighlighting.enable = true; oh-my-zsh = { enable = true; plugins = [ "git" ];