mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 13:13:09 +00:00
![]() Simple `fzf` wrapper which provides a way nicer interface for ZSH's <C-r> search. When using oh-my-zsh it can be enabled like this: ``` nix { pkgs, ... }: { programs.zsh = { enable = true; ohMyZsh = { enable = true; customPkgs = [ pkgs.fzf-zsh ]; plugins = [ "fzf-zsh" ]; }; }; } ``` |
||
---|---|---|
.. | ||
default.nix |