diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index 42d555a..70eaa6b 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -1,5 +1,6 @@ { config, + pkgs, lib, ... }: { @@ -29,6 +30,7 @@ }; initExtra = '' + ${pkgs.nerdfetch}/bin/nerdfetch # VI Mode escape timeout fix export KEYTIMEOUT=1