fix: add .zshrc to home-manager dotfiles
This commit is contained in:
@@ -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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user