From 31c6c1f7283d8feeeb1b6dff1be788fcec27247f Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Thu, 29 Jun 2023 09:43:02 -0600 Subject: [PATCH] Updating to latest home-manager spec --- home-cli.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-cli.nix b/home-cli.nix index 9f67a46..862ac92 100644 --- a/home-cli.nix +++ b/home-cli.nix @@ -138,7 +138,7 @@ in programs.zsh = { enable = true; enableAutosuggestions = true; - enableSyntaxHighlighting = true; + syntaxHighlighting.enable = true; oh-my-zsh = { enable = true; plugins = [ "git" "httpie" "aws" "fd" "fzf" "mosh" "npm" "ripgrep" "rsync" "sudo" "yarn" "vi-mode" ];