nix-config/modules2/fzf/enable.nix

7 lines
111 B
Nix
Raw Normal View History

2025-07-25 22:15:21 +01:00
{
flake.modules.homeManager.base.programs.fzf = {
enable = true;
enableZshIntegration = true;
};
}