fix: add .zshrc to home-manager dotfiles

This commit is contained in:
2026-06-20 16:25:06 -04:00
parent c430427617
commit 095fa4c200

View File

@@ -10,6 +10,9 @@ in {
programs.home-manager.enable = true; programs.home-manager.enable = true;
home.file = { home.file = {
# zsh
".zshrc".source = "${dotfiles}/zsh/.zshrc";
# tmux # tmux
".tmux.conf".source = "${dotfiles}/tmux/.tmux.conf"; ".tmux.conf".source = "${dotfiles}/tmux/.tmux.conf";