From e88bd7593f3f554d4f6d6433b6400d123013747e Mon Sep 17 00:00:00 2001 From: Spotlight Date: Sun, 2 Jul 2023 14:30:48 -0500 Subject: [PATCH] Use adapted zsh-syntax-highlighting enable --- home.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 387a5ee..80eb3e9 100644 --- a/home.nix +++ b/home.nix @@ -27,18 +27,23 @@ in { home.packages = with pkgs; [ cloc croc + exiftool ffmpeg go google-cloud-sdk gradle htop + imagemagick + jadx jdk jq mtr ncdu nixopsUnstable p7zip + pngcrush pry + protobuf pwgen rustup tmux @@ -98,7 +103,7 @@ in { # Common plugins. enableAutosuggestions = true; enableCompletion = true; - enableSyntaxHighlighting = true; + syntaxHighlighting.enable = true; plugins = with pkgs; [ { name = "expand-multiple-dots";