nixos/home-manager/software/fzf/default.nix

8 lines
90 B
Nix
Raw Normal View History

2022-05-26 11:07:41 +02:00
{ ... }:
{
programs.fzf = {
enable = true;
enableBashIntegration = true;
};
}