home/zsh: remove fzf zsh plugin as the prog provides it now

This commit is contained in:
2026-05-31 11:45:42 +02:00
parent dfd2573cb2
commit b160263549

View File

@@ -10,6 +10,11 @@
enableZshIntegration = true;
};
programs.fzf = {
enable = true;
enableZshIntegration = true;
};
programs.zsh = {
autocd = true;
enableCompletion = true;
@@ -63,11 +68,6 @@
};
file = "pure.plugin.zsh";
}
{
name = "fzf";
src = pkgs.fzf-zsh;
file = "share/zsh/plugins/fzf-zsh/fzf-zsh.plugin.zsh";
}
{
name = "zsh-sudo";
src = pkgs.oh-my-zsh;