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

8 lines
104 B
Nix
Raw Normal View History

2023-01-01 17:31:10 +01:00
{ config, ... }:
{
programs.fzf = {
enable = true;
tmux.enableShellIntegration = true;
};
}