From 10bab010b73f7fcdafdb7b8d69d7695ce2b68f44 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Thu, 16 Jan 2025 23:31:51 +0000 Subject: [PATCH] Fix path for zshrc --- nix/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }; }