diff options
Diffstat (limited to 'users/seth/shell/zsh.nix')
| -rw-r--r-- | users/seth/shell/zsh.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/seth/shell/zsh.nix b/users/seth/shell/zsh.nix index 23d5813..2842a1f 100644 --- a/users/seth/shell/zsh.nix +++ b/users/seth/shell/zsh.nix @@ -1,5 +1,6 @@ { config, + lib, pkgs, ... }: { @@ -30,7 +31,7 @@ promptinit colors - nix-your-shell zsh | source /dev/stdin + ${lib.getExe pkgs.nix-your-shell} zsh | source /dev/stdin zmodload zsh/zutil zmodload zsh/complist |
