change deprecated option

This commit is contained in:
Frost-Phoenix 2023-11-05 18:41:02 +01:00
parent 43a1e53f2b
commit d688c4d7db

View file

@ -4,7 +4,7 @@
enable = true;
enableCompletion = true;
enableAutosuggestions = true;
enableSyntaxHighlighting = true;
syntaxHighlighting.enable = true;
oh-my-zsh = {
enable = true;
plugins = [ "git" ];