home/zsh: remove fzf zsh plugin as the prog provides it now
This commit is contained in:
@@ -10,6 +10,11 @@
|
|||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.fzf = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
autocd = true;
|
autocd = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
@@ -63,11 +68,6 @@
|
|||||||
};
|
};
|
||||||
file = "pure.plugin.zsh";
|
file = "pure.plugin.zsh";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "fzf";
|
|
||||||
src = pkgs.fzf-zsh;
|
|
||||||
file = "share/zsh/plugins/fzf-zsh/fzf-zsh.plugin.zsh";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "zsh-sudo";
|
name = "zsh-sudo";
|
||||||
src = pkgs.oh-my-zsh;
|
src = pkgs.oh-my-zsh;
|
||||||
|
|||||||
Reference in New Issue
Block a user