diff --git a/user/shell/sh.nix b/user/shell/sh.nix index 1ba0fef..954f84d 100644 --- a/user/shell/sh.nix +++ b/user/shell/sh.nix @@ -15,7 +15,7 @@ in enable = true; enableAutosuggestions = true; enableCompletion = true; - enableSyntaxHighlighting = true; + syntaxHighlighting.enable = true; shellAliases = myAliases; initExtra = '' PROMPT=" ◉ %U%F{magenta}%n%f%u@%U%F{blue}%m%f%u:%F{yellow}%~%f