diff options
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/zsh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |