diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index aee648a..dce7fb9 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]; + tags = [use:pure.zsh from:github as:theme]; } ]; };