Enable fzf

This commit is contained in:
Andrea Ciceri 2024-09-25 14:20:39 +02:00
parent c17fb32a28
commit 404f022701
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -15,6 +15,8 @@
"preview_images_method" = "sixel"; "preview_images_method" = "sixel";
}; };
}; };
programs.fzf.enable = true;
programs.direnv = { programs.direnv = {
enable = true; enable = true;
config = { config = {