add fzf integration

This commit is contained in:
sadan 2025-05-12 19:18:58 -04:00
parent 99714482de
commit f061b3475a
No known key found for this signature in database

View file

@ -27,6 +27,16 @@
"$HOME/.local/bin" "$HOME/.local/bin"
]; ];
}; };
programs = {
fzf = {
enableZshIntegration = true;
};
zsh = {
initExtra = ''
eval $(fzf --zsh)
'';
};
};
# FIXME: this errors # FIXME: this errors
# programs = { # programs = {
# zsh = { # zsh = {