update flake and adjust path of zsh dotdir

This commit is contained in:
2025-09-07 16:28:24 +02:00
parent c5daa6ebcc
commit 9a49312c80
2 changed files with 25 additions and 25 deletions

View File

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