about summary refs log tree commit diff
path: root/users/fcuny/cli/zsh.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-12 13:27:37 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-12 13:27:37 -0800
commit931ebdbff2d489acba6898ffbc5b022e4706ba82 (patch)
tree2fa49741448d091029554bae535b7b0651465e88 /users/fcuny/cli/zsh.nix
parenthome-manager: re-organize configuration for myself (diff)
downloadworld-931ebdbff2d489acba6898ffbc5b022e4706ba82.tar.gz
configs: move personal configuration with user
Diffstat (limited to '')
-rw-r--r--users/fcuny/cli/zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/cli/zsh.nix b/users/fcuny/cli/zsh.nix
index 6b56d35..be827b4 100644
--- a/users/fcuny/cli/zsh.nix
+++ b/users/fcuny/cli/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;