pantheon/programs_temp/fzf.nix
2025-03-27 03:19:25 +08:00

7 lines
121 B
Nix

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