home,zsh: fix plugin path
This commit is contained in:
parent
e179a6bc06
commit
c98e7e62bb
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
||||||
plugins = [
|
plugins = [
|
||||||
{
|
{
|
||||||
name = "fzf-tab";
|
name = "fzf-tab";
|
||||||
src = pkgs.zsh-fzf-tab;
|
src = "${pkgs.zsh-fzf-tab}/share/fzf-tab";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
# should I use flake inputs / fetchurl?
|
# should I use flake inputs / fetchurl?
|
||||||
|
|
Loading…
Reference in a new issue