diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index 0a1d4db..ea4e946 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -13,7 +13,8 @@ # defaultKeymap = "emacs"; initExtra = '' - kitty + complete setup zsh | source /dev/stdin + ${pkgs.kitty}/bin/kitty + complete setup zsh | source /dev/stdin + ${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin ''; dotDir = ".config/zsh";