about summary refs log tree commit diff
path: root/users/fcuny/zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/zsh.nix')
-rw-r--r--users/fcuny/zsh.nix2
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;