Enable ranger

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

View file

@ -8,6 +8,13 @@
{
programs.bat.enable = true;
programs.ranger = {
enable = true;
settings = {
"preview_images" = true;
"preview_images_method" = "sixel";
};
};
programs.direnv = {
enable = true;
config = {