Fix invalid Home Manager options in tmux, shell, and git modules

This commit is contained in:
2026-04-07 05:57:56 +02:00
parent cfa8b27f13
commit f4ebe857aa
3 changed files with 54 additions and 96 deletions

View File

@@ -4,7 +4,7 @@
programs.zsh = {
enable = true;
dotDir = ".config/zsh";
dotDir = "${config.xdg.configHome}/zsh";
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
@@ -17,9 +17,7 @@
initExtra = ''
bindkey '^R' history-incremental-search-backward
bindkey '^S' history-incremental-search-forward
'';
promptInit = ''
autoload -Uz vcs_info
precmd() { vcs_info }
zstyle ':vcs_info:git:*' formats '%b'