flake update with code adjustments

This commit is contained in:
2024-06-03 20:24:22 +02:00
parent 7fe7eeabf9
commit 3500f3d3a8
15 changed files with 38 additions and 301 deletions

View File

@@ -9,7 +9,7 @@
zsh = {
enable = true;
dotDir = ".config/zsh_nix";
enableAutosuggestions = true; # Auto suggest options and highlights syntact, searches in history for options
autosuggestion.enable = true; # Auto suggest options and highlights syntact, searches in history for options
syntaxHighlighting.enable = true;
history.size = 10000;