update to 25.11 with config changes

This commit is contained in:
2025-12-06 16:48:39 +01:00
parent 01e47e808e
commit 55342f4912
7 changed files with 47 additions and 46 deletions

View File

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