diff --git a/users/gortium/home.nix b/users/gortium/home.nix index 7ee4ac3..9b509b2 100644 --- a/users/gortium/home.nix +++ b/users/gortium/home.nix @@ -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";