nixos-config/users/rouven/modules/fzf/default.nix

8 lines
96 B
Nix
Raw Normal View History

2023-05-19 11:42:43 +02:00
{ ... }:
2023-01-01 17:31:10 +01:00
{
programs.fzf = {
enable = true;
tmux.enableShellIntegration = true;
};
}