Files
Olympus/home-manager/nathan/programs/terminal/fzf/default.nix

16 lines
210 B
Nix

{ config, lib, pkgs, ... }: {
programs.fzf = {
enable = true;
enableZshIntegration = true;
tmux = {
#enableShellIntegration = true;
#shellIntegrationOptions = [];
};
};
}