diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-12 13:27:37 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-12 13:27:37 -0800 |
commit | 931ebdbff2d489acba6898ffbc5b022e4706ba82 (patch) | |
tree | 2fa49741448d091029554bae535b7b0651465e88 /users/fcuny/cli/zsh.nix | |
parent | home-manager: re-organize configuration for myself (diff) | |
download | world-931ebdbff2d489acba6898ffbc5b022e4706ba82.tar.gz |
configs: move personal configuration with user
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/cli/zsh.nix | 2 |
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; |