diff --git a/nix/home.nix b/nix/home.nix index 5a2a4db..1f6aa00 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -22,7 +22,7 @@ starship ]; file = { - ".zshrc".source = zsh/.zshrc; + ".zshrc".source = ../zsh/.zshrc; }; }; }