nixos/home/fzf.nix

12 lines
161 B
Nix
Raw Normal View History

{ ... }:
{
2023-09-28 08:27:03 +01:00
stylix.targets.fzf.enable = true;
programs.fzf = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
};
}