diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index 05f3ba0..6076929 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -6,7 +6,7 @@ enable = true; plugins = [ { - name = "mafredi/zsh-async"; + name = "mafredri/zsh-async"; tags = [from:github defer:0]; } {name = "zsh-users/zsh-autosuggestions";}