diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-09 18:10:09 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-09 18:10:09 -0800 |
commit | aeda6f8c0558163437a07f1f5eadeaee97073489 (patch) | |
tree | 6c12d80ccbba110b1eec9fcb24bfc5ebe15c0489 /users/fcuny | |
parent | home-manager: fix path for zsh.nix (diff) | |
download | world-aeda6f8c0558163437a07f1f5eadeaee97073489.tar.gz |
home-manager: fix zsh config
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; |