nix-config/modules2/fzf/enable.nix
Oliver Davies 96b467b7ed
All checks were successful
/ check (push) Successful in 1m36s
Move fzf configuration
2025-07-25 22:28:15 +01:00

6 lines
111 B
Nix

{
flake.modules.homeManager.base.programs.fzf = {
enable = true;
enableZshIntegration = true;
};
}