Files
nix-config/modules/hm/shell/fzf.nix
2026-05-06 19:48:33 +05:30

9 lines
131 B
Nix

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