flake: updates to 24.05

This commit is contained in:
2024-06-17 13:09:58 +02:00
parent 636eb2a8e6
commit 7d90f5f210
15 changed files with 126 additions and 124 deletions
+2 -2
View File
@@ -71,8 +71,8 @@ in
programs.zsh = {
enable = true;
enableAutosuggestions = true;
enableSyntaxHighlighting = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
enableVteIntegration = true;
historySubstringSearch.enable = true;
historySubstringSearch.searchUpKey = "$key[Up]";