diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index e76ce31..aee648a 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -8,7 +8,7 @@ {name = "zsh-users/zsh-autosuggestions";} { name = "sindresorhus/pure"; - tags = [as:theme depth:1]; + tags = [as:theme]; } ]; };