fix: add .zshrc to home-manager dotfiles
This commit is contained in:
@@ -10,6 +10,9 @@ in {
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home.file = {
|
||||
# zsh
|
||||
".zshrc".source = "${dotfiles}/zsh/.zshrc";
|
||||
|
||||
# tmux
|
||||
".tmux.conf".source = "${dotfiles}/tmux/.tmux.conf";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user