users/kat/base/shell: Native compilation check for fzf-tab

This commit is contained in:
kat witch 2021-09-05 19:18:28 +01:00
parent 284681cb1c
commit bece500f71
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -118,12 +118,10 @@ in
inherit src;
})) [
"zsh-z"
]) ++ [
({
]) ++ lib.optional (pkgs.hostPlatform == pkgs.buildPlatform) ({
name = "fzf-tab";
src = "${pkgs.zsh-fzf-tab}/share/fzf-tab";
})
];
});
};
programs.fzf = {
enable = true;