configuration: update options to get rid of deprecation warnings

This commit is contained in:
2024-03-23 14:02:51 +01:00
parent 0e985b318f
commit 78ee10572a
6 changed files with 11 additions and 10 deletions
+2 -2
View File
@@ -60,8 +60,8 @@ in
programs.zsh = {
enable = true;
enableAutosuggestions = true;
enableSyntaxHighlighting = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
enableVteIntegration = true;
historySubstringSearch.enable = true;
historySubstringSearch.searchUpKey = ";5A";