about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-09 18:10:09 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-09 18:10:09 -0800
commitaeda6f8c0558163437a07f1f5eadeaee97073489 (patch)
tree6c12d80ccbba110b1eec9fcb24bfc5ebe15c0489 /users
parenthome-manager: fix path for zsh.nix (diff)
downloadworld-aeda6f8c0558163437a07f1f5eadeaee97073489.tar.gz
home-manager: fix zsh config
Diffstat (limited to 'users')
-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;