From 2565e8446bfa448b288b0e7eaa0aed43b660677d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sun, 2 Jul 2023 14:38:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20(neodymium/home)=20repl?= =?UTF-8?q?ace=20deprecated=20zsh=20instruction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/neodymium/home/shell/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/neodymium/home/shell/zsh.nix b/hosts/neodymium/home/shell/zsh.nix index d6f73af..f0bcaf7 100644 --- a/hosts/neodymium/home/shell/zsh.nix +++ b/hosts/neodymium/home/shell/zsh.nix @@ -2,7 +2,7 @@ programs.zsh = { enable = true; enableAutosuggestions = true; - enableSyntaxHighlighting = true; + syntaxHighlighting.enable = true; enableCompletion = true; sessionVariables = { VISUAL = "micro";