mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
users/kat/base/shell: Native compilation check for fzf-tab
This commit is contained in:
parent
284681cb1c
commit
bece500f71
1 changed files with 2 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue