nix-dotfiles/modules/hm/fzf.nix
2023-07-19 10:42:09 +01:00

8 lines
154 B
Nix

{
programs.fzf = {
enable = true;
tmux.enableShellIntegration = true;
enableBashIntegration = true;
enableZshIntegration = true;
};
}