7 lines
121 B
Nix
7 lines
121 B
Nix
{
|
|
programs.fzf = {
|
|
enable = true;
|
|
enableBashIntegration = true;
|
|
tmux.enableShellIntegration = true;
|
|
};
|
|
}
|