From aeda6f8c0558163437a07f1f5eadeaee97073489 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Feb 2022 18:10:09 -0800 Subject: home-manager: fix zsh config --- users/fcuny/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/fcuny') diff --git a/users/fcuny/zsh.nix b/users/fcuny/zsh.nix index be827b4..6b56d35 100644 --- a/users/fcuny/zsh.nix +++ b/users/fcuny/zsh.nix @@ -2,7 +2,7 @@ { - xdg.configFile."zsh/personal".source = config.lib.file.mkOutOfStoreSymlink ../configs/zsh; + xdg.configFile."zsh/personal".source = config.lib.file.mkOutOfStoreSymlink ../../configs/zsh; programs.zsh = { enable = true; -- cgit 1.4.1