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

@ -4,7 +4,7 @@
packages = with pkgs; [
# CLI ONLY
unixtools.xxd
cloc
cloc
p7zip
dig
bat
@ -27,7 +27,17 @@
"$HOME/.local/bin"
];
};
# FIXME: this errors
programs = {
fzf = {
enableZshIntegration = true;
};
zsh = {
initExtra = ''
eval $(fzf --zsh)
'';
};
};
# FIXME: this errors
# programs = {
# zsh = {
# # patchelf doesnt provide completions by default