reNixos/hand7s/programs/fzf.nix
2025-04-27 12:47:02 +03:00

11 lines
214 B
Nix

{...}: {
programs = {
fzf = {
enable = true;
enableFishIntegration = true;
tmux = {
enableShellIntegration = true;
};
};
};
}