feature: fish: Added fzf-fish plugin

This commit is contained in:
Ivan Golikov 2026-09-12 03:44:26 +02:00
parent e4be764716
commit ecde3dc29b

View file

@ -38,6 +38,8 @@
github-copilot-cli
nerd-fonts.iosevka-term
fzf
fd
bat
# # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of
@ -114,6 +116,15 @@
hash = "sha256-6z3Wr2t8CP85xVEp6UCYaM2KC9PX4MDyx19f/wjHkb0=";
};
}
{
name = "fzf-fish";
src = pkgs.fetchFromGitHub {
owner = "PatrickF1";
repo = "fzf.fish";
rev = "v11.0";
hash = "sha256-H7HgYT+okuVXo2SinrSs+hxAKCn4Q4su7oMbebKd/7s=";
};
}
];
};