From 095fa4c200f702427ca96155f1041ca07bcd8868 Mon Sep 17 00:00:00 2001 From: Hermes Date: Sat, 20 Jun 2026 16:25:06 -0400 Subject: [PATCH] fix: add .zshrc to home-manager dotfiles --- users/gortium/home.nix | 3 +++ 1 file changed, 3 insertions(+) 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";