Files
Olympus/homes/nathan/home-manager/programs/terminal/fzf/default.nix
2026-01-20 17:30:56 -06:00

16 lines
210 B
Nix

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